#C999D9

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

Shades of Wisteria #C999D9

Tints of Wisteria #C999D9

Color information

#C999D9 (or 0xC999D9) is unknown color: approx Wisteria. HEX triplet: C9, 99 and D9. RGB value is (201,153,217). Sum of RGB (Red+Green+Blue) = 201+153+217=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #C999D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D9 is #366626. Grayscale: #AEAEAE. Windows color (decimal): -3565095 or 14260681. OLE color: 14260681.

HSL color Cylindrical-coordinate representation of color #C999D9: hue angle of 285º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C999D9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201153217-
CMYK0.070.2900.15
HSL285º45.71%72.55%-
HSV(B)285º29.49%85.1%-
XYZ4840.2170.88-
YUV174.65151.9146.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=35.20%
G=26.80%
B=38.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011532170.070.2900.1528545.7172.55
HexC999D971D0F11d2e49
Octal31123133173501743556111
Binary11001001100110011101100111111101011111000111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999D9; }

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

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

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

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

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

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

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

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