#CC96E0

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

Shades of Wisteria #CC96E0

Tints of Wisteria #CC96E0

Color information

#CC96E0 (or 0xCC96E0) is unknown color: approx Wisteria. HEX triplet: CC, 96 and E0. RGB value is (204,150,224). Sum of RGB (Red+Green+Blue) = 204+150+224=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96E0 is #33691F. Grayscale: #AEAEAE. Windows color (decimal): -3369248 or 14718668. OLE color: 14718668.

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

Color convert

RGB204150224-
CMYK0.090.3300.12
HSL283.78º54.41%73.33%-
HSV(B)283.78º33.04%87.84%-
XYZ49.2640.0375.65-
YUV174.58155.89148.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=35.29%
G=25.95%
B=38.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041502240.090.3300.12283.7854.4173.33
HexCC96E09210C11c3649
Octal314226340114101443466111
Binary1100110010010110111000001001100001011001000111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96E0; }

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

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

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

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

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

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

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

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