#CC9FD9

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

Shades of Wisteria #CC9FD9

Tints of Wisteria #CC9FD9

Color information

#CC9FD9 (or 0xCC9FD9) is unknown color: approx Wisteria. HEX triplet: CC, 9F and D9. RGB value is (204,159,217). Sum of RGB (Red+Green+Blue) = 204+159+217=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC9FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FD9 is #336026. Grayscale: #B2B2B2. Windows color (decimal): -3366951 or 14262220. OLE color: 14262220.

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

Color convert

RGB204159217-
CMYK0.060.2700.15
HSL286.55º43.28%73.73%-
HSV(B)286.55º26.73%85.1%-
XYZ49.8242.6471.25-
YUV179.07149.41145.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=35.17%
G=27.41%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041592170.060.2700.15286.5543.2873.73
HexCC9FD961B0F11f2b4a
Octal31423733163301743753112
Binary11001100100111111101100111011011011111000111111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FD9; }

 p { color: rgb(204,159,217); }

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

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

 a { background-color: rgb(204,159,217); }

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

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

 span { border-color: rgb(204,159,217); }

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