#C097C0

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

Shades of Lilac #C097C0

Tints of Lilac #C097C0

Color information

#C097C0 (or 0xC097C0) is unknown color: approx Lilac. HEX triplet: C0, 97 and C0. RGB value is (192,151,192). Sum of RGB (Red+Green+Blue) = 192+151+192=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C097C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097C0 is #3F683F. Grayscale: #A7A7A7. Windows color (decimal): -4155456 or 12621760. OLE color: 12621760.

HSL color Cylindrical-coordinate representation of color #C097C0: hue angle of 300º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C097C0 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192151192-
CMYK00.2100.25
HSL300º24.55%67.25%-
HSV(B)300º21.35%75.29%-
XYZ42.3237.1554.81-
YUV167.93141.58145.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=35.89%
G=28.22%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215119200.2100.2530024.5567.25
HexC097C001501912c1943
Octal30022730002503145431103
Binary110000001001011111000000010101011001100101100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097C0; }

 p { color: rgb(192,151,192); }

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

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

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

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

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

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

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