Html Css Color HEX #C093C1 Lilac

📋 copy color: '#C093C1'

red 192 ◦ green 147 ◦ blue 193

#C093C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C093C1

Tints of Lilac #C093C1

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 value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C093C1 (or 0xC093C1) is known color: 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

RGB 192 147 193 -
CMYK 0.01 0.24 0 0.24
HSL 298.7º 0.27% 0.67% -
HSV(B) 298.7º 0.24% 0.76% -
XYZ 41.8 35.92 55.18 -
YUV 165.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 192 147 193 0.01 0.24 0 0.24 298.7 0.27 0.67
Hex C0 93 C1 1 18 0 18 12B 1B 43
Octal 300 223 301 1 30 0 30 453 33 103
Binary 11000000 10010011 11000001 1 11000 0 11000 100101011 11011 1000011

Color Harmonies of #C093C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093C1

Black with #C093C1

Text Example


Text Example

White with #C093C1

Text Example


Text Example

HTML Codes & Css Web 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>