#C3A1CB

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

Shades of Lilac #C3A1CB

Tints of Lilac #C3A1CB

Color information

#C3A1CB (or 0xC3A1CB) is unknown color: approx Lilac. HEX triplet: C3, A1 and CB. RGB value is (195,161,203). Sum of RGB (Red+Green+Blue) = 195+161+203=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1CB is #3C5E34. Grayscale: #AFAFAF. Windows color (decimal): -3956277 or 13345219. OLE color: 13345219.

HSL color Cylindrical-coordinate representation of color #C3A1CB: hue angle of 288.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3A1CB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195161203-
CMYK0.040.2100.20
HSL288.57º28.77%71.37%-
HSV(B)288.57º20.69%79.61%-
XYZ46.0341.462.07-
YUV175.95143.26141.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=34.88%
G=28.80%
B=36.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951612030.040.2100.20288.5728.7771.37
HexC3A1CB4150141211d47
Octal30324131342502444135107
Binary11000011101000011100101110010101010100100100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A1CB; }

 p { color: rgb(195,161,203); }

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

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

 a { background-color: rgb(195,161,203); }

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

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

 span { border-color: rgb(195,161,203); }

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