Html Css Color HEX #C991C2 Lilac

📋 copy color: '#C991C2'

red 201 ◦ green 145 ◦ blue 194

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

Shades of Lilac #C991C2

Tints of Lilac #C991C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 37.22%
G = 26.85%
B = 35.93%

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

#C991C2 (or 0xC991C2) is known color: Lilac. HEX triplet: C9, 91 and C2. RGB value is (201,145,194). Sum of RGB (Red+Green+Blue) = 201+145+194=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C991C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991C2 is #366E3D. Grayscale: #A7A7A7. Windows color (decimal): -3567166 or 12751305. OLE color: 12751305.

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

Color convert

RGB 201 145 194 -
CMYK 0 0.28 0.03 0.21
HSL 307.5º 0.34% 0.68% -
HSV(B) 307.5º 0.28% 0.79% -
XYZ 43.95 36.56 55.78 -
YUV 167.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 201 145 194 0 0.28 0.03 0.21 307.5 0.34 0.68
Hex C9 91 C2 0 1C 3 15 134 22 44
Octal 311 221 302 0 34 3 25 464 42 104
Binary 11001001 10010001 11000010 0 11100 11 10101 100110100 100010 1000100

Color Harmonies of #C991C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991C2

Black with #C991C2

Text Example


Text Example

White with #C991C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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