#CCA0DC

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

Shades of Wisteria #CCA0DC

Tints of Wisteria #CCA0DC

Color information

#CCA0DC (or 0xCCA0DC) is unknown color: approx Wisteria. HEX triplet: CC, A0 and DC. RGB value is (204,160,220). Sum of RGB (Red+Green+Blue) = 204+160+220=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DC is #335F23. Grayscale: #B3B3B3. Windows color (decimal): -3366692 or 14459084. OLE color: 14459084.

HSL color Cylindrical-coordinate representation of color #CCA0DC: hue angle of 284º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA0DC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204160220-
CMYK0.070.2700.14
HSL284º46.15%74.51%-
HSV(B)284º27.27%86.27%-
XYZ50.3943.1573.38-
YUV180150.58145.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=34.93%
G=27.40%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041602200.070.2700.1428446.1574.51
HexCCA0DC71B0E11c2e4b
Octal31424033473301643456113
Binary11001100101000001101110011111011011101000111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0DC; }

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

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

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

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

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

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

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

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