#CCA3ED

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

Shades of Wisteria #CCA3ED

Tints of Wisteria #CCA3ED

Color information

#CCA3ED (or 0xCCA3ED) is unknown color: approx Wisteria. HEX triplet: CC, A3 and ED. RGB value is (204,163,237). Sum of RGB (Red+Green+Blue) = 204+163+237=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3ED is #335C12. Grayscale: #B7B7B7. Windows color (decimal): -3365907 or 15573964. OLE color: 15573964.

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

Color convert

RGB204163237-
CMYK0.140.3100.07
HSL273.24º67.27%78.43%-
HSV(B)273.24º31.22%92.94%-
XYZ53.2945.1586.03-
YUV183.7158.08142.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=33.77%
G=26.99%
B=39.24%

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
Decimal2041632370.140.3100.07273.2467.2778.43
HexCCA3EDE1F07111434e
Octal314243355163707421103116
Binary110011001010001111101101111011111011110001000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3ED; }

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

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

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

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

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

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

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

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