#CC96DE

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

Shades of Wisteria #CC96DE

Tints of Wisteria #CC96DE

Color information

#CC96DE (or 0xCC96DE) is unknown color: approx Wisteria. HEX triplet: CC, 96 and DE. RGB value is (204,150,222). Sum of RGB (Red+Green+Blue) = 204+150+222=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DE is #336921. Grayscale: #AEAEAE. Windows color (decimal): -3369250 or 14587596. OLE color: 14587596.

HSL color Cylindrical-coordinate representation of color #CC96DE: hue angle of 285º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC96DE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204150222-
CMYK0.080.3200.13
HSL285º52.17%72.94%-
HSV(B)285º32.43%87.06%-
XYZ48.9939.9274.23-
YUV174.35154.89149.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=35.42%
G=26.04%
B=38.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041502220.080.3200.1328552.1772.94
HexCC96DE8200D11d3449
Octal314226336104001543564111
Binary1100110010010110110111101000100000011011000111011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96DE; }

 p { color: rgb(204,150,222); }

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

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

 a { background-color: rgb(204,150,222); }

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

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

 span { border-color: rgb(204,150,222); }

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