Html Css Color HEX #C991CE Lilac

📋 copy color: '#C991CE'

red 201 ◦ green 145 ◦ blue 206

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

Shades of Lilac #C991CE

Tints of Lilac #C991CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 36.41%
G = 26.27%
B = 37.32%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C991CE (or 0xC991CE) is known color: Lilac. HEX triplet: C9, 91 and CE. RGB value is (201,145,206). Sum of RGB (Red+Green+Blue) = 201+145+206=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C991CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991CE is #366E31. Grayscale: #A8A8A8. Windows color (decimal): -3567154 or 13537737. OLE color: 13537737.

HSL color Cylindrical-coordinate representation of color #C991CE: hue angle of 295.08º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C991CE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 145 206 -
CMYK 0.02 0.30 0 0.19
HSL 295.08º 0.38% 0.69% -
HSV(B) 295.08º 0.3% 0.81% -
XYZ 45.35 37.12 63.17 -
YUV 168.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 201 145 206 0.02 0.30 0 0.19 295.08 0.38 0.69
Hex C9 91 CE 2 1E 0 13 127 26 45
Octal 311 221 316 2 36 0 23 447 46 105
Binary 11001001 10010001 11001110 10 11110 0 10011 100100111 100110 1000101

Color Harmonies of #C991CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991CE

Black with #C991CE

Text Example


Text Example

White with #C991CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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