#C093C1

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

Shades of Lilac #C093C1

Tints of Lilac #C093C1

Color information

#C093C1 (or 0xC093C1) is unknown color: approx Lilac. HEX triplet: C0, 93 and C1. RGB value is (192,147,193). Sum of RGB (Red+Green+Blue) = 192+147+193=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #C093C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093C1 is #3F6C3E. Grayscale: #A5A5A5. Windows color (decimal): -4156479 or 12686272. OLE color: 12686272.

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

Color convert

RGB192147193-
CMYK0.010.2400.24
HSL298.7º27.06%66.67%-
HSV(B)298.7º23.83%75.69%-
XYZ41.835.9255.18-
YUV165.7143.41146.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=36.09%
G=27.63%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921471930.010.2400.24298.727.0666.67
HexC093C111801812b1b43
Octal30022330113003045333103
Binary110000001001001111000001111000011000100101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093C1; }

 p { color: rgb(192,147,193); }

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

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

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

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

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

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

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