#CCA0EB

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

Shades of Wisteria #CCA0EB

Tints of Wisteria #CCA0EB

Color information

#CCA0EB (or 0xCCA0EB) is unknown color: approx Wisteria. HEX triplet: CC, A0 and EB. RGB value is (204,160,235). Sum of RGB (Red+Green+Blue) = 204+160+235=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0EB is #335F14. Grayscale: #B5B5B5. Windows color (decimal): -3366677 or 15442124. OLE color: 15442124.

HSL color Cylindrical-coordinate representation of color #CCA0EB: hue angle of 275.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA0EB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204160235-
CMYK0.130.3200.08
HSL275.2º65.22%77.45%-
HSV(B)275.2º31.91%92.16%-
XYZ52.4743.9884.32-
YUV181.71158.08143.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 160 (62.89% from 255) = 26.71%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=34.06%
G=26.71%
B=39.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041602350.130.3200.08275.265.2277.45
HexCCA0EBD2008113414d
Octal3142403531540010423101115
Binary11001100101000001110101111011000000100010001001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0EB; }

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

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

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

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

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

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

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

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