#CCA0E5

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

Shades of Wisteria #CCA0E5

Tints of Wisteria #CCA0E5

Color information

#CCA0E5 (or 0xCCA0E5) is unknown color: approx Wisteria. HEX triplet: CC, A0 and E5. RGB value is (204,160,229). Sum of RGB (Red+Green+Blue) = 204+160+229=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0E5 is #335F1A. Grayscale: #B4B4B4. Windows color (decimal): -3366683 or 15048908. OLE color: 15048908.

HSL color Cylindrical-coordinate representation of color #CCA0E5: hue angle of 278.26º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA0E5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204160229-
CMYK0.110.3000.10
HSL278.26º57.02%76.27%-
HSV(B)278.26º30.13%89.8%-
XYZ51.6243.6479.83-
YUV181.02155.08144.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 160 (62.89% from 255) = 26.98%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=34.40%
G=26.98%
B=38.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041602290.110.3000.10278.2657.0276.27
HexCCA0E5B1E0A116394c
Octal314240345133601242671114
Binary110011001010000011100101101111110010101000101101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0E5; }

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

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

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

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

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

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

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

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