#CCA3DF

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

Shades of Wisteria #CCA3DF

Tints of Wisteria #CCA3DF

Color information

#CCA3DF (or 0xCCA3DF) is unknown color: approx Wisteria. HEX triplet: CC, A3 and DF. RGB value is (204,163,223). Sum of RGB (Red+Green+Blue) = 204+163+223=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DF is #335C20. Grayscale: #B5B5B5. Windows color (decimal): -3365921 or 14656460. OLE color: 14656460.

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

Color convert

RGB204163223-
CMYK0.090.2700.13
HSL281º48.39%75.69%-
HSV(B)281º26.91%87.45%-
XYZ51.3244.3675.67-
YUV182.1151.08143.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=34.58%
G=27.63%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041632230.090.2700.1328148.3975.69
HexCCA3DF91B0D119304c
Octal314243337113301543160114
Binary110011001010001111011111100111011011011000110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3DF; }

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

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

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

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

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

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

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

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