#CCA2D5

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

Shades of Wisteria #CCA2D5

Tints of Wisteria #CCA2D5

Color information

#CCA2D5 (or 0xCCA2D5) is unknown color: approx Wisteria. HEX triplet: CC, A2 and D5. RGB value is (204,162,213). Sum of RGB (Red+Green+Blue) = 204+162+213=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D5 is #335D2A. Grayscale: #B4B4B4. Windows color (decimal): -3366187 or 14000844. OLE color: 14000844.

HSL color Cylindrical-coordinate representation of color #CCA2D5: hue angle of 289.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA2D5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204162213-
CMYK0.040.2400.16
HSL289.41º37.78%73.53%-
HSV(B)289.41º23.94%83.53%-
XYZ49.8343.4868.72-
YUV180.37146.41144.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=35.23%
G=27.98%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041622130.040.2400.16289.4137.7873.53
HexCCA2D5418010121264a
Octal31424232543002044146112
Binary110011001010001011010101100110000100001001000011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2D5; }

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

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

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

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

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

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

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

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