Html Css Color HEX #C98DD1 Lilac

📋 copy color: '#C98DD1'

red 201 ◦ green 141 ◦ blue 209

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

Shades of Lilac #C98DD1

Tints of Lilac #C98DD1

RGB

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

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

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

R = 36.48%
G = 25.59%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C98DD1 (or 0xC98DD1) is known color: Lilac. HEX triplet: C9, 8D and D1. RGB value is (201,141,209). Sum of RGB (Red+Green+Blue) = 201+141+209=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #C98DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DD1 is #36722E. Grayscale: #A6A6A6. Windows color (decimal): -3568175 or 13733321. OLE color: 13733321.

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

Color convert

RGB 201 141 209 -
CMYK 0.04 0.33 0 0.18
HSL 292.94º 0.43% 0.69% -
HSV(B) 292.94º 0.33% 0.82% -
XYZ 45.12 36.07 64.91 -
YUV 166.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 201 141 209 0.04 0.33 0 0.18 292.94 0.43 0.69
Hex C9 8D D1 4 21 0 12 125 2A 45
Octal 311 215 321 4 41 0 22 445 52 105
Binary 11001001 10001101 11010001 100 100001 0 10010 100100101 101010 1000101

Color Harmonies of #C98DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DD1

Black with #C98DD1

Text Example


Text Example

White with #C98DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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