#CCA0D9

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

Shades of Wisteria #CCA0D9

Tints of Wisteria #CCA0D9

Color information

#CCA0D9 (or 0xCCA0D9) is unknown color: approx Wisteria. HEX triplet: CC, A0 and D9. RGB value is (204,160,217). Sum of RGB (Red+Green+Blue) = 204+160+217=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0D9 is #335F26. Grayscale: #B3B3B3. Windows color (decimal): -3366695 or 14262476. OLE color: 14262476.

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

Color convert

RGB204160217-
CMYK0.060.2600.15
HSL286.32º42.86%73.92%-
HSV(B)286.32º26.27%85.1%-
XYZ5042.9971.31-
YUV179.65149.08145.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=35.11%
G=27.54%
B=37.35%

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
Decimal2041602170.060.2600.15286.3242.8673.92
HexCCA0D961A0F11e2b4a
Octal31424033163201743653112
Binary11001100101000001101100111011010011111000111101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0D9; }

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

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

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

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

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

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

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

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