Html Css Color HEX #C093BF Lilac

📋 copy color: '#C093BF'

red 192 ◦ green 147 ◦ blue 191

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

Shades of Lilac #C093BF

Tints of Lilac #C093BF

RGB

 RED value IS 192 (75.39% from 255) = 36.23%

 GREEN value IS 147 (57.81% from 255) = 27.74%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 36.23%
G = 27.74%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C093BF (or 0xC093BF) is known color: Lilac. HEX triplet: C0, 93 and BF. RGB value is (192,147,191). Sum of RGB (Red+Green+Blue) = 192+147+191=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BF is #3F6C40. Grayscale: #A5A5A5. Windows color (decimal): -4156481 or 12555200. OLE color: 12555200.

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

Color convert

RGB 192 147 191 -
CMYK 0 0.23 0.01 0.25
HSL 301.33º 0.26% 0.66% -
HSV(B) 301.33º 0.23% 0.75% -
XYZ 41.58 35.84 54.02 -
YUV 165.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 192 147 191 0 0.23 0.01 0.25 301.33 0.26 0.66
Hex C0 93 BF 0 17 1 19 12D 1A 42
Octal 300 223 277 0 27 1 31 455 32 102
Binary 11000000 10010011 10111111 0 10111 1 11001 100101101 11010 1000010

Color Harmonies of #C093BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093BF

Black with #C093BF

Text Example


Text Example

White with #C093BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093BF; }

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

 H1.HeaderClassName
 {
   color: #C093BF;
 }
 .AnyTagClassName
 {
   color: #C093BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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