#CC99DB

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

Shades of Wisteria #CC99DB

Tints of Wisteria #CC99DB

Color information

#CC99DB (or 0xCC99DB) is unknown color: approx Wisteria. HEX triplet: CC, 99 and DB. RGB value is (204,153,219). Sum of RGB (Red+Green+Blue) = 204+153+219=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DB is #336624. Grayscale: #AFAFAF. Windows color (decimal): -3368485 or 14391756. OLE color: 14391756.

HSL color Cylindrical-coordinate representation of color #CC99DB: hue angle of 286.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC99DB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204153219-
CMYK0.070.3000.14
HSL286.36º47.83%72.94%-
HSV(B)286.36º30.14%85.88%-
XYZ49.0840.7372.29-
YUV175.77152.4148.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=35.42%
G=26.56%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041532190.070.3000.14286.3647.8372.94
HexCC99DB71E0E11e3049
Octal31423133373601643660111
Binary11001100100110011101101111111110011101000111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99DB; }

 p { color: rgb(204,153,219); }

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

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

 a { background-color: rgb(204,153,219); }

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

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

 span { border-color: rgb(204,153,219); }

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