#C196C8

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

Shades of Lilac #C196C8

Tints of Lilac #C196C8

Color information

#C196C8 (or 0xC196C8) is unknown color: approx Lilac. HEX triplet: C1, 96 and C8. RGB value is (193,150,200). Sum of RGB (Red+Green+Blue) = 193+150+200=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #C196C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196C8 is #3E6937. Grayscale: #A8A8A8. Windows color (decimal): -4090168 or 13145793. OLE color: 13145793.

HSL color Cylindrical-coordinate representation of color #C196C8: hue angle of 291.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C196C8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193150200-
CMYK0.040.2500.22
HSL291.6º31.25%68.63%-
HSV(B)291.6º25%78.43%-
XYZ43.3237.3259.56-
YUV168.56145.75145.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 200 (78.52% from 255) = 36.83%
R=35.54%
G=27.62%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931502000.040.2500.22291.631.2568.63
HexC196C84190161241f45
Octal30122631043102644437105
Binary11000001100101101100100010011001010110100100100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196C8; }

 p { color: rgb(193,150,200); }

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

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

 a { background-color: rgb(193,150,200); }

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

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

 span { border-color: rgb(193,150,200); }

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