#CC9FDA

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

Shades of Wisteria #CC9FDA

Tints of Wisteria #CC9FDA

Color information

#CC9FDA (or 0xCC9FDA) is unknown color: approx Wisteria. HEX triplet: CC, 9F and DA. RGB value is (204,159,218). Sum of RGB (Red+Green+Blue) = 204+159+218=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDA is #336025. Grayscale: #B2B2B2. Windows color (decimal): -3366950 or 14327756. OLE color: 14327756.

HSL color Cylindrical-coordinate representation of color #CC9FDA: hue angle of 285.76º degrees, saturation: 0.44, 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 #CC9FDA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204159218-
CMYK0.060.2700.15
HSL285.76º44.36%73.92%-
HSV(B)285.76º27.06%85.49%-
XYZ49.9542.771.94-
YUV179.18149.91145.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=35.11%
G=27.37%
B=37.52%

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
Decimal2041592180.060.2700.15285.7644.3673.92
HexCC9FDA61B0F11e2c4a
Octal31423733263301743654112
Binary11001100100111111101101011011011011111000111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FDA; }

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

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

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

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

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

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

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

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