#CC9CDA

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

Shades of Wisteria #CC9CDA

Tints of Wisteria #CC9CDA

Color information

#CC9CDA (or 0xCC9CDA) is unknown color: approx Wisteria. HEX triplet: CC, 9C and DA. RGB value is (204,156,218). Sum of RGB (Red+Green+Blue) = 204+156+218=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CDA is #336325. Grayscale: #B1B1B1. Windows color (decimal): -3367718 or 14326988. OLE color: 14326988.

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

Color convert

RGB204156218-
CMYK0.060.2800.15
HSL286.45º45.59%73.33%-
HSV(B)286.45º28.44%85.49%-
XYZ49.4541.6871.77-
YUV177.42150.9146.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=35.29%
G=26.99%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041562180.060.2800.15286.4545.5973.33
HexCC9CDA61C0F11e2e49
Octal31423433263401743656111
Binary11001100100111001101101011011100011111000111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CDA; }

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

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

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

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

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

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

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

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