#CC96EF

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

Shades of Wisteria #CC96EF

Tints of Wisteria #CC96EF

Color information

#CC96EF (or 0xCC96EF) is unknown color: approx Wisteria. HEX triplet: CC, 96 and EF. RGB value is (204,150,239). Sum of RGB (Red+Green+Blue) = 204+150+239=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96EF is #336910. Grayscale: #AFAFAF. Windows color (decimal): -3369233 or 15701708. OLE color: 15701708.

HSL color Cylindrical-coordinate representation of color #CC96EF: hue angle of 276.4º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC96EF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204150239-
CMYK0.150.3700.06
HSL276.4º73.55%76.27%-
HSV(B)276.4º37.24%93.73%-
XYZ51.3940.8886.84-
YUV176.29163.39147.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=34.40%
G=25.30%
B=40.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041502390.150.3700.06276.473.5576.27
HexCC96EFF25061144a4c
Octal314226357174506424112114
Binary1100110010010110111011111111100101011010001010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96EF; }

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

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

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

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

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

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

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

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