Html Css Color HEX #C998D1 Lilac

📋 copy color: '#C998D1'

red 201 ◦ green 152 ◦ blue 209

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

Shades of Lilac #C998D1

Tints of Lilac #C998D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.05%

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 35.77%
G = 27.05%
B = 37.19%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C998D1 (or 0xC998D1) is known color: Lilac. HEX triplet: C9, 98 and D1. RGB value is (201,152,209). Sum of RGB (Red+Green+Blue) = 201+152+209=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C998D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998D1 is #36672E. Grayscale: #ACACAC. Windows color (decimal): -3565359 or 13736137. OLE color: 13736137.

HSL color Cylindrical-coordinate representation of color #C998D1: hue angle of 291.58º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C998D1 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 152 209 -
CMYK 0.04 0.27 0 0.18
HSL 291.58º 0.38% 0.71% -
HSV(B) 291.58º 0.27% 0.82% -
XYZ 46.82 39.48 65.47 -
YUV 173.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 201 152 209 0.04 0.27 0 0.18 291.58 0.38 0.71
Hex C9 98 D1 4 1B 0 12 124 26 47
Octal 311 230 321 4 33 0 22 444 46 107
Binary 11001001 10011000 11010001 100 11011 0 10010 100100100 100110 1000111

Color Harmonies of #C998D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998D1

Black with #C998D1

Text Example


Text Example

White with #C998D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998D1; }

 p { color: rgb(201,152,209); }

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

background-color css

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

 a { background-color: rgb(201,152,209); }

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

border-color css

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

 span { border-color: rgb(201,152,209); }

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