Html Css Color HEX #C191BD Lilac

📋 copy color: '#C191BD'

red 193 ◦ green 145 ◦ blue 189

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

Shades of Lilac #C191BD

Tints of Lilac #C191BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 36.62%
G = 27.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C191BD (or 0xC191BD) is known color: Lilac. HEX triplet: C1, 91 and BD. RGB value is (193,145,189). Sum of RGB (Red+Green+Blue) = 193+145+189=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C191BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191BD is #3E6E42. Grayscale: #A4A4A4. Windows color (decimal): -4091459 or 12423617. OLE color: 12423617.

HSL color Cylindrical-coordinate representation of color #C191BD: hue angle of 305º 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 #C191BD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 189 -
CMYK 0 0.25 0.02 0.24
HSL 305º 0.28% 0.66% -
HSV(B) 305º 0.25% 0.76% -
XYZ 41.3 35.26 52.77 -
YUV 164.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 193 145 189 0 0.25 0.02 0.24 305 0.28 0.66
Hex C1 91 BD 0 19 2 18 131 1C 42
Octal 301 221 275 0 31 2 30 461 34 102
Binary 11000001 10010001 10111101 0 11001 10 11000 100110001 11100 1000010

Color Harmonies of #C191BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191BD

Black with #C191BD

Text Example


Text Example

White with #C191BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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