#C995FB

Color #C995FB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C995FB

Tints of Wisteria #C995FB

Color information

#C995FB (or 0xC995FB) is unknown color: approx Wisteria. HEX triplet: C9, 95 and FB. RGB value is (201,149,251). Sum of RGB (Red+Green+Blue) = 201+149+251=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C995FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FB is #366A04. Grayscale: #AFAFAF. Windows color (decimal): -3566085 or 16487881. OLE color: 16487881.

HSL color Cylindrical-coordinate representation of color #C995FB: hue angle of 270.59º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C995FB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201149251-
CMYK0.200.4100.02
HSL270.59º92.73%78.43%-
HSV(B)270.59º40.64%98.43%-
XYZ52.2540.8896.4-
YUV176.18170.23145.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 33.44%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=33.44%
G=24.79%
B=41.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011492510.200.4100.02270.5992.7378.43
HexC995FB14290210f5d4e
Octal311225373245102417135116
Binary1100100110010101111110111010010100101010000111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995FB; }

 p { color: rgb(201,149,251); }

 H1.HeaderClassName
 {
   color: #C995FB;
 }
 .AnyTagClassName
 {
   color: #C995FB;
 }
</style>
background-color css

<style>
 a { background-color: #C995FB; }

 a { background-color: rgb(201,149,251); }

 div.DivClassName
 {
   background-color: #C995FB;
 }
 .BgClassName
 {
   background-color: #C995FB;
 }
</style>
border-color css

<style>
 span { border-color: #C995FB; }

 span { border-color: rgb(201,149,251); }

 td.TdClassName
 {
   border-color: #C995FB;
 }
 .TagClassName
 {
   border-color: #C995FB;
 }
</style>