#CCA2D9

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

Shades of Wisteria #CCA2D9

Tints of Wisteria #CCA2D9

Color information

#CCA2D9 (or 0xCCA2D9) is unknown color: approx Wisteria. HEX triplet: CC, A2 and D9. RGB value is (204,162,217). Sum of RGB (Red+Green+Blue) = 204+162+217=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D9 is #335D26. Grayscale: #B4B4B4. Windows color (decimal): -3366183 or 14262988. OLE color: 14262988.

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

Color convert

RGB204162217-
CMYK0.060.2500.15
HSL285.82º41.98%74.31%-
HSV(B)285.82º25.35%85.1%-
XYZ50.3543.6971.42-
YUV180.83148.41144.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=34.99%
G=27.79%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041622170.060.2500.15285.8241.9874.31
HexCCA2D96190F11e2a4a
Octal31424233163101743652112
Binary11001100101000101101100111011001011111000111101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2D9; }

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

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

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

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

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

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

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

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