#CCA1DF

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

Shades of Wisteria #CCA1DF

Tints of Wisteria #CCA1DF

Color information

#CCA1DF (or 0xCCA1DF) is unknown color: approx Wisteria. HEX triplet: CC, A1 and DF. RGB value is (204,161,223). Sum of RGB (Red+Green+Blue) = 204+161+223=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DF is #335E20. Grayscale: #B4B4B4. Windows color (decimal): -3366433 or 14655948. OLE color: 14655948.

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

Color convert

RGB204161223-
CMYK0.090.2800.13
HSL281.61º49.21%75.29%-
HSV(B)281.61º27.8%87.45%-
XYZ50.9743.6575.55-
YUV180.92151.75144.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 161 (63.28% from 255) = 27.38%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=34.69%
G=27.38%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041612230.090.2800.13281.6149.2175.29
HexCCA1DF91C0D11a314b
Octal314241337113401543261113
Binary110011001010000111011111100111100011011000110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1DF; }

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

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

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

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

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

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

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

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