#CC96D6

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

Shades of Wisteria #CC96D6

Tints of Wisteria #CC96D6

Color information

#CC96D6 (or 0xCC96D6) is unknown color: approx Wisteria. HEX triplet: CC, 96 and D6. RGB value is (204,150,214). Sum of RGB (Red+Green+Blue) = 204+150+214=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D6 is #336929. Grayscale: #ADADAD. Windows color (decimal): -3369258 or 14063308. OLE color: 14063308.

HSL color Cylindrical-coordinate representation of color #CC96D6: hue angle of 290.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC96D6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204150214-
CMYK0.050.3000.16
HSL290.62º43.84%71.37%-
HSV(B)290.62º29.91%83.92%-
XYZ47.9539.5168.72-
YUV173.44150.89149.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=35.92%
G=26.41%
B=37.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041502140.050.3000.16290.6243.8471.37
HexCC96D651E0101232c47
Octal31422632653602044354107
Binary110011001001011011010110101111100100001001000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96D6; }

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

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

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

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

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

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

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

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