#CCA3DC

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

Shades of Wisteria #CCA3DC

Tints of Wisteria #CCA3DC

Color information

#CCA3DC (or 0xCCA3DC) is unknown color: approx Wisteria. HEX triplet: CC, A3 and DC. RGB value is (204,163,220). Sum of RGB (Red+Green+Blue) = 204+163+220=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DC is #335C23. Grayscale: #B5B5B5. Windows color (decimal): -3365924 or 14459852. OLE color: 14459852.

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

Color convert

RGB204163220-
CMYK0.070.2600.14
HSL283.16º44.88%75.1%-
HSV(B)283.16º25.91%86.27%-
XYZ50.9244.273.56-
YUV181.76149.58143.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=34.75%
G=27.77%
B=37.48%

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
Decimal2041632200.070.2600.14283.1644.8875.1
HexCCA3DC71A0E11b2d4b
Octal31424333473201643355113
Binary11001100101000111101110011111010011101000110111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3DC; }

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

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

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

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

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

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

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

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