#CCA0DA

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

Shades of Wisteria #CCA0DA

Tints of Wisteria #CCA0DA

Color information

#CCA0DA (or 0xCCA0DA) is unknown color: approx Wisteria. HEX triplet: CC, A0 and DA. RGB value is (204,160,218). Sum of RGB (Red+Green+Blue) = 204+160+218=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DA is #335F25. Grayscale: #B3B3B3. Windows color (decimal): -3366694 or 14328012. OLE color: 14328012.

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

Color convert

RGB204160218-
CMYK0.060.2700.15
HSL285.52º43.94%74.12%-
HSV(B)285.52º26.61%85.49%-
XYZ50.1343.0472-
YUV179.77149.58145.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 160 (62.89% from 255) = 27.49%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=35.05%
G=27.49%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041602180.060.2700.15285.5243.9474.12
HexCCA0DA61B0F11e2c4a
Octal31424033263301743654112
Binary11001100101000001101101011011011011111000111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0DA; }

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

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

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

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

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

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

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

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