Html Css Color HEX #C191C1 Lilac

📋 copy color: '#C191C1'

red 193 ◦ green 145 ◦ blue 193

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

Shades of Lilac #C191C1

Tints of Lilac #C191C1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.31%

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

R = 36.35%
G = 27.31%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C191C1 (or 0xC191C1) is known color: Lilac. HEX triplet: C1, 91 and C1. RGB value is (193,145,193). Sum of RGB (Red+Green+Blue) = 193+145+193=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C191C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191C1 is #3E6E3E. Grayscale: #A4A4A4. Windows color (decimal): -4091455 or 12685761. OLE color: 12685761.

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

Color convert

RGB 193 145 193 -
CMYK 0 0.25 0 0.24
HSL 300º 0.28% 0.66% -
HSV(B) 300º 0.25% 0.76% -
XYZ 41.74 35.44 55.09 -
YUV 164.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 193 145 193 0 0.25 0 0.24 300 0.28 0.66
Hex C1 91 C1 0 19 0 18 12C 1C 42
Octal 301 221 301 0 31 0 30 454 34 102
Binary 11000001 10010001 11000001 0 11001 0 11000 100101100 11100 1000010

Color Harmonies of #C191C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191C1

Black with #C191C1

Text Example


Text Example

White with #C191C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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