#C29FC0

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

Shades of Lilac #C29FC0

Tints of Lilac #C29FC0

Color information

#C29FC0 (or 0xC29FC0) is unknown color: approx Lilac. HEX triplet: C2, 9F and C0. RGB value is (194,159,192). Sum of RGB (Red+Green+Blue) = 194+159+192=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FC0 is #3D603F. Grayscale: #ADADAD. Windows color (decimal): -4022336 or 12623810. OLE color: 12623810.

HSL color Cylindrical-coordinate representation of color #C29FC0: hue angle of 303.43º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FC0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194159192-
CMYK00.180.010.24
HSL303.43º22.29%69.22%-
HSV(B)303.43º18.04%76.08%-
XYZ44.1640.0755.28-
YUV173.23138.6142.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=35.60%
G=29.17%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415919200.180.010.24303.4322.2969.22
HexC29FC001211812f1645
Octal30223730002213045726105
Binary110000101001111111000000010010111000100101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FC0; }

 p { color: rgb(194,159,192); }

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

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

 a { background-color: rgb(194,159,192); }

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

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

 span { border-color: rgb(194,159,192); }

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