#CCA5EB

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

Shades of Wisteria #CCA5EB

Tints of Wisteria #CCA5EB

Color information

#CCA5EB (or 0xCCA5EB) is unknown color: approx Wisteria. HEX triplet: CC, A5 and EB. RGB value is (204,165,235). Sum of RGB (Red+Green+Blue) = 204+165+235=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5EB is #335A14. Grayscale: #B8B8B8. Windows color (decimal): -3365397 or 15443404. OLE color: 15443404.

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

Color convert

RGB204165235-
CMYK0.130.3000.08
HSL273.43º63.64%78.43%-
HSV(B)273.43º29.79%92.16%-
XYZ53.3545.7584.62-
YUV184.64156.42141.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=33.77%
G=27.32%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041652350.130.3000.08273.4363.6478.43
HexCCA5EBD1E08111404e
Octal3142453531536010421100116
Binary1100110010100101111010111101111100100010001000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5EB; }

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

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

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

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

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

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

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

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