Html Css Color HEX #C991C3 Lilac

📋 copy color: '#C991C3'

red 201 ◦ green 145 ◦ blue 195

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

Shades of Lilac #C991C3

Tints of Lilac #C991C3

RGB

 RED value IS 201 (78.91% from 255) = 37.15%

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

 BLUE value IS 195 (76.56% from 255) = 36.04%

R = 37.15%
G = 26.8%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C991C3 (or 0xC991C3) is known color: Lilac. HEX triplet: C9, 91 and C3. RGB value is (201,145,195). Sum of RGB (Red+Green+Blue) = 201+145+195=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C991C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991C3 is #366E3C. Grayscale: #A7A7A7. Windows color (decimal): -3567165 or 12816841. OLE color: 12816841.

HSL color Cylindrical-coordinate representation of color #C991C3: hue angle of 306.43º degrees, saturation: 0.34, 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 #C991C3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 195 -
CMYK 0 0.28 0.03 0.21
HSL 306.43º 0.34% 0.68% -
HSV(B) 306.43º 0.28% 0.79% -
XYZ 44.06 36.61 56.37 -
YUV 167.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 201 145 195 0 0.28 0.03 0.21 306.43 0.34 0.68
Hex C9 91 C3 0 1C 3 15 132 22 44
Octal 311 221 303 0 34 3 25 462 42 104
Binary 11001001 10010001 11000011 0 11100 11 10101 100110010 100010 1000100

Color Harmonies of #C991C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991C3

Black with #C991C3

Text Example


Text Example

White with #C991C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991C3; }

 p { color: rgb(201,145,195); }

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

background-color css

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

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

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

border-color css

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

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

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