#C99CEA

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

Shades of Wisteria #C99CEA

Tints of Wisteria #C99CEA

Color information

#C99CEA (or 0xC99CEA) is unknown color: approx Wisteria. HEX triplet: C9, 9C and EA. RGB value is (201,156,234). Sum of RGB (Red+Green+Blue) = 201+156+234=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #C99CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CEA is #366315. Grayscale: #B2B2B2. Windows color (decimal): -3564310 or 15375561. OLE color: 15375561.

HSL color Cylindrical-coordinate representation of color #C99CEA: hue angle of 274.62º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99CEA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201156234-
CMYK0.140.3300.08
HSL274.62º65%76.47%-
HSV(B)274.62º33.33%91.76%-
XYZ50.8342.1383.3-
YUV178.35159.41144.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=34.01%
G=26.40%
B=39.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011562340.140.3300.08274.626576.47
HexC99CEAE2108113414c
Octal3112343521641010423101114
Binary11001001100111001110101011101000010100010001001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CEA; }

 p { color: rgb(201,156,234); }

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

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

 a { background-color: rgb(201,156,234); }

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

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

 span { border-color: rgb(201,156,234); }

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