#CCA1D5

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

Shades of Wisteria #CCA1D5

Tints of Wisteria #CCA1D5

Color information

#CCA1D5 (or 0xCCA1D5) is unknown color: approx Wisteria. HEX triplet: CC, A1 and D5. RGB value is (204,161,213). Sum of RGB (Red+Green+Blue) = 204+161+213=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D5 is #335E2A. Grayscale: #B3B3B3. Windows color (decimal): -3366443 or 14000588. OLE color: 14000588.

HSL color Cylindrical-coordinate representation of color #CCA1D5: hue angle of 289.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA1D5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204161213-
CMYK0.040.2400.16
HSL289.62º38.24%73.33%-
HSV(B)289.62º24.41%83.53%-
XYZ49.6643.1368.66-
YUV179.78146.75145.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=35.29%
G=27.85%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041612130.040.2400.16289.6238.2473.33
HexCCA1D54180101222649
Octal31424132543002044246111
Binary110011001010000111010101100110000100001001000101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1D5; }

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

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

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

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

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

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

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

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