Html Css Color HEX #C98DBF Lilac

📋 copy color: '#C98DBF'

red 201 ◦ green 141 ◦ blue 191

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

Shades of Lilac #C98DBF

Tints of Lilac #C98DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.45%

 BLUE value IS 191 (75% from 255) = 35.83%

R = 37.71%
G = 26.45%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C98DBF (or 0xC98DBF) is known color: Lilac. HEX triplet: C9, 8D and BF. RGB value is (201,141,191). Sum of RGB (Red+Green+Blue) = 201+141+191=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBF is #367240. Grayscale: #A4A4A4. Windows color (decimal): -3568193 or 12553673. OLE color: 12553673.

HSL color Cylindrical-coordinate representation of color #C98DBF: hue angle of 310º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DBF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 191 -
CMYK 0 0.30 0.05 0.21
HSL 310º 0.36% 0.67% -
HSV(B) 310º 0.3% 0.79% -
XYZ 43.02 35.23 53.82 -
YUV 164.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 201 141 191 0 0.30 0.05 0.21 310 0.36 0.67
Hex C9 8D BF 0 1E 5 15 136 24 43
Octal 311 215 277 0 36 5 25 466 44 103
Binary 11001001 10001101 10111111 0 11110 101 10101 100110110 100100 1000011

Color Harmonies of #C98DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DBF

Black with #C98DBF

Text Example


Text Example

White with #C98DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DBF; }

 p { color: rgb(201,141,191); }

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

background-color css

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

 a { background-color: rgb(201,141,191); }

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

border-color css

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

 span { border-color: rgb(201,141,191); }

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