#CCA3EE

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

Shades of Wisteria #CCA3EE

Tints of Wisteria #CCA3EE

Color information

#CCA3EE (or 0xCCA3EE) is unknown color: approx Wisteria. HEX triplet: CC, A3 and EE. RGB value is (204,163,238). Sum of RGB (Red+Green+Blue) = 204+163+238=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3EE is #335C11. Grayscale: #B7B7B7. Windows color (decimal): -3365906 or 15639500. OLE color: 15639500.

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

Color convert

RGB204163238-
CMYK0.140.3200.07
HSL272.8º68.81%78.63%-
HSV(B)272.8º31.51%93.33%-
XYZ53.4345.286.8-
YUV183.81158.58142.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=33.72%
G=26.94%
B=39.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041632380.140.3200.07272.868.8178.63
HexCCA3EEE2007111454f
Octal314243356164007421105117
Binary1100110010100011111011101110100000011110001000110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3EE; }

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

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

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

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

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

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

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

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