#CCA3EC

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

Shades of Wisteria #CCA3EC

Tints of Wisteria #CCA3EC

Color information

#CCA3EC (or 0xCCA3EC) is unknown color: approx Wisteria. HEX triplet: CC, A3 and EC. RGB value is (204,163,236). Sum of RGB (Red+Green+Blue) = 204+163+236=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3EC is #335C13. Grayscale: #B7B7B7. Windows color (decimal): -3365908 or 15508428. OLE color: 15508428.

HSL color Cylindrical-coordinate representation of color #CCA3EC: hue angle of 273.7º degrees, saturation: 0.66, 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 #CCA3EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204163236-
CMYK0.140.3100.07
HSL273.7º65.77%78.24%-
HSV(B)273.7º30.93%92.55%-
XYZ53.1445.0985.26-
YUV183.58157.58142.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 163 (64.06% from 255) = 27.03%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=33.83%
G=27.03%
B=39.14%

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
Decimal2041632360.140.3100.07273.765.7778.24
HexCCA3ECE1F07112424e
Octal314243354163707422102116
Binary110011001010001111101100111011111011110001001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3EC; }

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

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

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

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

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

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

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

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