#CC96DF

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

Shades of Wisteria #CC96DF

Tints of Wisteria #CC96DF

Color information

#CC96DF (or 0xCC96DF) is unknown color: approx Wisteria. HEX triplet: CC, 96 and DF. RGB value is (204,150,223). Sum of RGB (Red+Green+Blue) = 204+150+223=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DF is #336920. Grayscale: #AEAEAE. Windows color (decimal): -3369249 or 14653132. OLE color: 14653132.

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

Color convert

RGB204150223-
CMYK0.090.3300.13
HSL284.38º53.28%73.14%-
HSV(B)284.38º32.74%87.45%-
XYZ49.1339.9874.94-
YUV174.47155.39149.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=35.36%
G=26.00%
B=38.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041502230.090.3300.13284.3853.2873.14
HexCC96DF9210D11c3549
Octal314226337114101543465111
Binary1100110010010110110111111001100001011011000111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96DF; }

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

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

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

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

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

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

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

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