#CCA5D9

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

Shades of Wisteria #CCA5D9

Tints of Wisteria #CCA5D9

Color information

#CCA5D9 (or 0xCCA5D9) is unknown color: approx Wisteria. HEX triplet: CC, A5 and D9. RGB value is (204,165,217). Sum of RGB (Red+Green+Blue) = 204+165+217=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCA5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5D9 is #335A26. Grayscale: #B6B6B6. Windows color (decimal): -3365415 or 14263756. OLE color: 14263756.

HSL color Cylindrical-coordinate representation of color #CCA5D9: hue angle of 285º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA5D9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204165217-
CMYK0.060.2400.15
HSL285º40.62%74.9%-
HSV(B)285º23.96%85.1%-
XYZ50.8844.7671.6-
YUV182.59147.42143.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 165 (64.84% from 255) = 28.16%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=34.81%
G=28.16%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041652170.060.2400.1528540.6274.9
HexCCA5D96180F11d294b
Octal31424533163001743551113
Binary11001100101001011101100111011000011111000111011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5D9; }

 p { color: rgb(204,165,217); }

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

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

 a { background-color: rgb(204,165,217); }

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

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

 span { border-color: rgb(204,165,217); }

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