#CC96DB

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

Shades of Wisteria #CC96DB

Tints of Wisteria #CC96DB

Color information

#CC96DB (or 0xCC96DB) is unknown color: approx Wisteria. HEX triplet: CC, 96 and DB. RGB value is (204,150,219). Sum of RGB (Red+Green+Blue) = 204+150+219=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DB is #336924. Grayscale: #ADADAD. Windows color (decimal): -3369253 or 14390988. OLE color: 14390988.

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

Color convert

RGB204150219-
CMYK0.070.3200.14
HSL286.96º48.94%72.35%-
HSV(B)286.96º31.51%85.88%-
XYZ48.5939.7672.13-
YUV174.01153.39149.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=35.60%
G=26.18%
B=38.22%

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
Decimal2041502190.070.3200.14286.9648.9472.35
HexCC96DB7200E11f3148
Octal31422633374001643761110
Binary110011001001011011011011111100000011101000111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96DB; }

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

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

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

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

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

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

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

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