#CCA8DD

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

Shades of Wisteria #CCA8DD

Tints of Wisteria #CCA8DD

Color information

#CCA8DD (or 0xCCA8DD) is unknown color: approx Wisteria. HEX triplet: CC, A8 and DD. RGB value is (204,168,221). Sum of RGB (Red+Green+Blue) = 204+168+221=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DD is #335722. Grayscale: #B8B8B8. Windows color (decimal): -3364643 or 14526668. OLE color: 14526668.

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

Color convert

RGB204168221-
CMYK0.080.2400.13
HSL280.75º43.8%76.27%-
HSV(B)280.75º23.98%86.67%-
XYZ51.9646.0674.56-
YUV184.81148.43141.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=34.40%
G=28.33%
B=37.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041682210.080.2400.13280.7543.876.27
HexCCA8DD8180D1192c4c
Octal314250335103001543154114
Binary110011001010100011011101100011000011011000110011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8DD; }

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

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

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

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

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

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

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

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