Html Css Color HEX #C192C1 Lilac

📋 copy color: '#C192C1'

red 193 ◦ green 146 ◦ blue 193

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

Shades of Lilac #C192C1

Tints of Lilac #C192C1

RGB

 RED value IS 193 (75.78% from 255) = 36.28%

 GREEN value IS 146 (57.42% from 255) = 27.44%

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 36.28%
G = 27.44%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C192C1 (or 0xC192C1) is known color: Lilac. HEX triplet: C1, 92 and C1. RGB value is (193,146,193). Sum of RGB (Red+Green+Blue) = 193+146+193=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C192C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192C1 is #3E6D3E. Grayscale: #A5A5A5. Windows color (decimal): -4091199 or 12686017. OLE color: 12686017.

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

Color convert

RGB 193 146 193 -
CMYK 0 0.24 0 0.24
HSL 300º 0.27% 0.66% -
HSV(B) 300º 0.24% 0.76% -
XYZ 41.9 35.75 55.14 -
YUV 165.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 193 146 193 0 0.24 0 0.24 300 0.27 0.66
Hex C1 92 C1 0 18 0 18 12C 1B 42
Octal 301 222 301 0 30 0 30 454 33 102
Binary 11000001 10010010 11000001 0 11000 0 11000 100101100 11011 1000010

Color Harmonies of #C192C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192C1

Black with #C192C1

Text Example


Text Example

White with #C192C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192C1; }

 p { color: rgb(193,146,193); }

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

background-color css

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

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

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

border-color css

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

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

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