#C097CA

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

Shades of Lilac #C097CA

Tints of Lilac #C097CA

Color information

#C097CA (or 0xC097CA) is unknown color: approx Lilac. HEX triplet: C0, 97 and CA. RGB value is (192,151,202). Sum of RGB (Red+Green+Blue) = 192+151+202=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C097CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097CA is #3F6835. Grayscale: #A8A8A8. Windows color (decimal): -4155446 or 13277120. OLE color: 13277120.

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

Color convert

RGB192151202-
CMYK0.050.2500.21
HSL288.24º32.48%69.22%-
HSV(B)288.24º25.25%79.22%-
XYZ43.4737.660.84-
YUV169.07146.58144.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=35.23%
G=27.71%
B=37.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921512020.050.2500.21288.2432.4869.22
HexC097CA5190151202045
Octal30022731253102544040105
Binary110000001001011111001010101110010101011001000001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097CA; }

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

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

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

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

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

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

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

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