#CCA4EC

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

Shades of Wisteria #CCA4EC

Tints of Wisteria #CCA4EC

Color information

#CCA4EC (or 0xCCA4EC) is unknown color: approx Wisteria. HEX triplet: CC, A4 and EC. RGB value is (204,164,236). Sum of RGB (Red+Green+Blue) = 204+164+236=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4EC is #335B13. Grayscale: #B7B7B7. Windows color (decimal): -3365652 or 15508684. OLE color: 15508684.

HSL color Cylindrical-coordinate representation of color #CCA4EC: hue angle of 273.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA4EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204164236-
CMYK0.140.3100.07
HSL273.33º65.45%78.43%-
HSV(B)273.33º30.51%92.55%-
XYZ53.3245.4485.32-
YUV184.17157.25142.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=33.77%
G=27.15%
B=39.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041642360.140.3100.07273.3365.4578.43
HexCCA4ECE1F07111414e
Octal314244354163707421101116
Binary110011001010010011101100111011111011110001000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4EC; }

 p { color: rgb(204,164,236); }

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

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

 a { background-color: rgb(204,164,236); }

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

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

 span { border-color: rgb(204,164,236); }

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