#CCA3DA

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

Shades of Wisteria #CCA3DA

Tints of Wisteria #CCA3DA

Color information

#CCA3DA (or 0xCCA3DA) is unknown color: approx Wisteria. HEX triplet: CC, A3 and DA. RGB value is (204,163,218). Sum of RGB (Red+Green+Blue) = 204+163+218=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DA is #335C25. Grayscale: #B5B5B5. Windows color (decimal): -3365926 or 14328780. OLE color: 14328780.

HSL color Cylindrical-coordinate representation of color #CCA3DA: hue angle of 284.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA3DA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204163218-
CMYK0.060.2500.15
HSL284.73º42.64%74.71%-
HSV(B)284.73º25.23%85.49%-
XYZ50.6544.0972.17-
YUV181.53148.58144.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=34.87%
G=27.86%
B=37.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041632180.060.2500.15284.7342.6474.71
HexCCA3DA6190F11d2b4b
Octal31424333263101743553113
Binary11001100101000111101101011011001011111000111011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3DA; }

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

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

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

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

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

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

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

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