Html Css Color HEX #C191CA Lilac

📋 copy color: '#C191CA'

red 193 ◦ green 145 ◦ blue 202

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

Shades of Lilac #C191CA

Tints of Lilac #C191CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 35.74%
G = 26.85%
B = 37.41%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C191CA (or 0xC191CA) is known color: Lilac. HEX triplet: C1, 91 and CA. RGB value is (193,145,202). Sum of RGB (Red+Green+Blue) = 193+145+202=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C191CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191CA is #3E6E35. Grayscale: #A5A5A5. Windows color (decimal): -4091446 or 13275585. OLE color: 13275585.

HSL color Cylindrical-coordinate representation of color #C191CA: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C191CA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 145 202 -
CMYK 0.04 0.28 0 0.21
HSL 290.53º 0.35% 0.68% -
HSV(B) 290.53º 0.28% 0.79% -
XYZ 42.78 35.85 60.54 -
YUV 165.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 193 145 202 0.04 0.28 0 0.21 290.53 0.35 0.68
Hex C1 91 CA 4 1C 0 15 123 23 44
Octal 301 221 312 4 34 0 25 443 43 104
Binary 11000001 10010001 11001010 100 11100 0 10101 100100011 100011 1000100

Color Harmonies of #C191CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191CA

Black with #C191CA

Text Example


Text Example

White with #C191CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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