#CCA5EA

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

Shades of Wisteria #CCA5EA

Tints of Wisteria #CCA5EA

Color information

#CCA5EA (or 0xCCA5EA) is unknown color: approx Wisteria. HEX triplet: CC, A5 and EA. RGB value is (204,165,234). Sum of RGB (Red+Green+Blue) = 204+165+234=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5EA is #335A15. Grayscale: #B8B8B8. Windows color (decimal): -3365398 or 15377868. OLE color: 15377868.

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

Color convert

RGB204165234-
CMYK0.130.2900.08
HSL273.91º62.16%78.24%-
HSV(B)273.91º29.49%91.76%-
XYZ53.2145.6983.86-
YUV184.53155.92141.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=33.83%
G=27.36%
B=38.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041652340.130.2900.08273.9162.1678.24
HexCCA5EAD1D081123e4e
Octal314245352153501042276116
Binary110011001010010111101010110111101010001000100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5EA; }

 p { color: rgb(204,165,234); }

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

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

 a { background-color: rgb(204,165,234); }

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

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

 span { border-color: rgb(204,165,234); }

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