#CCA3DB

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

Shades of Wisteria #CCA3DB

Tints of Wisteria #CCA3DB

Color information

#CCA3DB (or 0xCCA3DB) is unknown color: approx Wisteria. HEX triplet: CC, A3 and DB. RGB value is (204,163,219). Sum of RGB (Red+Green+Blue) = 204+163+219=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DB is #335C24. Grayscale: #B5B5B5. Windows color (decimal): -3365925 or 14394316. OLE color: 14394316.

HSL color Cylindrical-coordinate representation of color #CCA3DB: hue angle of 283.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA3DB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204163219-
CMYK0.070.2600.14
HSL283.93º43.75%74.9%-
HSV(B)283.93º25.57%85.88%-
XYZ50.7944.1572.86-
YUV181.64149.08143.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=34.81%
G=27.82%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041632190.070.2600.14283.9343.7574.9
HexCCA3DB71A0E11c2c4b
Octal31424333373201643454113
Binary11001100101000111101101111111010011101000111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3DB; }

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

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

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

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

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

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

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

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