#CCA1DD

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

Shades of Wisteria #CCA1DD

Tints of Wisteria #CCA1DD

Color information

#CCA1DD (or 0xCCA1DD) is unknown color: approx Wisteria. HEX triplet: CC, A1 and DD. RGB value is (204,161,221). Sum of RGB (Red+Green+Blue) = 204+161+221=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DD is #335E22. Grayscale: #B4B4B4. Windows color (decimal): -3366435 or 14524876. OLE color: 14524876.

HSL color Cylindrical-coordinate representation of color #CCA1DD: hue angle of 283º 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 #CCA1DD is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204161221-
CMYK0.080.2700.13
HSL283º46.87%74.9%-
HSV(B)283º27.15%86.67%-
XYZ50.743.5574.14-
YUV180.7150.75144.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=34.81%
G=27.47%
B=37.71%

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
Decimal2041612210.080.2700.1328346.8774.9
HexCCA1DD81B0D11b2f4b
Octal314241335103301543357113
Binary110011001010000111011101100011011011011000110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1DD; }

 p { color: rgb(204,161,221); }

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

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

 a { background-color: rgb(204,161,221); }

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

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

 span { border-color: rgb(204,161,221); }

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