#CC96DC

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

Shades of Wisteria #CC96DC

Tints of Wisteria #CC96DC

Color information

#CC96DC (or 0xCC96DC) is unknown color: approx Wisteria. HEX triplet: CC, 96 and DC. RGB value is (204,150,220). Sum of RGB (Red+Green+Blue) = 204+150+220=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DC is #336923. Grayscale: #ADADAD. Windows color (decimal): -3369252 or 14456524. OLE color: 14456524.

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

Color convert

RGB204150220-
CMYK0.070.3200.14
HSL286.29º50%72.55%-
HSV(B)286.29º31.82%86.27%-
XYZ48.7339.8272.83-
YUV174.13153.89149.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=35.54%
G=26.13%
B=38.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041502200.070.3200.14286.295072.55
HexCC96DC7200E11e3249
Octal31422633474001643662111
Binary110011001001011011011100111100000011101000111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96DC; }

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

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

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

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

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

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

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

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