#CCA3DE

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

Shades of Wisteria #CCA3DE

Tints of Wisteria #CCA3DE

Color information

#CCA3DE (or 0xCCA3DE) is unknown color: approx Wisteria. HEX triplet: CC, A3 and DE. RGB value is (204,163,222). Sum of RGB (Red+Green+Blue) = 204+163+222=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DE is #335C21. Grayscale: #B5B5B5. Windows color (decimal): -3365922 or 14590924. OLE color: 14590924.

HSL color Cylindrical-coordinate representation of color #CCA3DE: hue angle of 281.69º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA3DE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204163222-
CMYK0.080.2700.13
HSL281.69º47.2%75.49%-
HSV(B)281.69º26.58%87.06%-
XYZ51.1844.3174.96-
YUV181.98150.58143.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=34.63%
G=27.67%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041632220.080.2700.13281.6947.275.49
HexCCA3DE81B0D11a2f4b
Octal314243336103301543257113
Binary110011001010001111011110100011011011011000110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3DE; }

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

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

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

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

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

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

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

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