#CCA2DA

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

Shades of Wisteria #CCA2DA

Tints of Wisteria #CCA2DA

Color information

#CCA2DA (or 0xCCA2DA) is unknown color: approx Wisteria. HEX triplet: CC, A2 and DA. RGB value is (204,162,218). Sum of RGB (Red+Green+Blue) = 204+162+218=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2DA is #335D25. Grayscale: #B4B4B4. Windows color (decimal): -3366182 or 14328524. OLE color: 14328524.

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

Color convert

RGB204162218-
CMYK0.060.2600.15
HSL285º43.08%74.51%-
HSV(B)285º25.69%85.49%-
XYZ50.4843.7472.11-
YUV180.94148.91144.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 162 (63.67% from 255) = 27.74%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=34.93%
G=27.74%
B=37.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041622180.060.2600.1528543.0874.51
HexCCA2DA61A0F11d2b4b
Octal31424233263201743553113
Binary11001100101000101101101011011010011111000111011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2DA; }

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

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

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

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

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

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

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

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