#CCA2DD

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

Shades of Wisteria #CCA2DD

Tints of Wisteria #CCA2DD

Color information

#CCA2DD (or 0xCCA2DD) is unknown color: approx Wisteria. HEX triplet: CC, A2 and DD. RGB value is (204,162,221). Sum of RGB (Red+Green+Blue) = 204+162+221=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2DD is #335D22. Grayscale: #B5B5B5. Windows color (decimal): -3366179 or 14525132. OLE color: 14525132.

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

Color convert

RGB204162221-
CMYK0.080.2700.13
HSL282.71º46.46%75.1%-
HSV(B)282.71º26.7%86.67%-
XYZ50.8743.974.2-
YUV181.28150.41144.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=34.75%
G=27.60%
B=37.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041622210.080.2700.13282.7146.4675.1
HexCCA2DD81B0D11b2e4b
Octal314242335103301543356113
Binary110011001010001011011101100011011011011000110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2DD; }

 p { color: rgb(204,162,221); }

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

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

 a { background-color: rgb(204,162,221); }

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

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

 span { border-color: rgb(204,162,221); }

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