#C999EA

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

Shades of Wisteria #C999EA

Tints of Wisteria #C999EA

Color information

#C999EA (or 0xC999EA) is unknown color: approx Wisteria. HEX triplet: C9, 99 and EA. RGB value is (201,153,234). Sum of RGB (Red+Green+Blue) = 201+153+234=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #C999EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999EA is #366615. Grayscale: #B0B0B0. Windows color (decimal): -3565078 or 15374793. OLE color: 15374793.

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

Color convert

RGB201153234-
CMYK0.140.3500.08
HSL275.56º65.85%75.88%-
HSV(B)275.56º34.62%91.76%-
XYZ50.3341.1483.13-
YUV176.59160.4145.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=34.18%
G=26.02%
B=39.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011532340.140.3500.08275.5665.8575.88
HexC999EAE2308114424c
Octal3112313521643010424102114
Binary11001001100110011110101011101000110100010001010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999EA; }

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

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

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

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

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

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

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

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