#CC9FDF

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

Shades of Wisteria #CC9FDF

Tints of Wisteria #CC9FDF

Color information

#CC9FDF (or 0xCC9FDF) is unknown color: approx Wisteria. HEX triplet: CC, 9F and DF. RGB value is (204,159,223). Sum of RGB (Red+Green+Blue) = 204+159+223=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDF is #336020. Grayscale: #B3B3B3. Windows color (decimal): -3366945 or 14655436. OLE color: 14655436.

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

Color convert

RGB204159223-
CMYK0.090.2900.13
HSL282.19º50%74.9%-
HSV(B)282.19º28.7%87.45%-
XYZ50.6242.9675.44-
YUV179.75152.41145.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=34.81%
G=27.13%
B=38.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041592230.090.2900.13282.195074.9
HexCC9FDF91D0D11a324b
Octal314237337113501543262113
Binary110011001001111111011111100111101011011000110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FDF; }

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

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

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

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

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

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

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

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