#CCA0E4

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

Shades of Wisteria #CCA0E4

Tints of Wisteria #CCA0E4

Color information

#CCA0E4 (or 0xCCA0E4) is unknown color: approx Wisteria. HEX triplet: CC, A0 and E4. RGB value is (204,160,228). Sum of RGB (Red+Green+Blue) = 204+160+228=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0E4 is #335F1B. Grayscale: #B4B4B4. Windows color (decimal): -3366684 or 14983372. OLE color: 14983372.

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

Color convert

RGB204160228-
CMYK0.110.3000.11
HSL278.82º55.74%76.08%-
HSV(B)278.82º29.82%89.41%-
XYZ51.4843.5879.1-
YUV180.91154.58144.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 160 (62.89% from 255) = 27.03%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=34.46%
G=27.03%
B=38.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041602280.110.3000.11278.8255.7476.08
HexCCA0E4B1E0B117384c
Octal314240344133601342770114
Binary110011001010000011100100101111110010111000101111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0E4; }

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

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

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

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

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

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

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

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