Html Css Color HEX #C98DCF Lilac

📋 copy color: '#C98DCF'

red 201 ◦ green 141 ◦ blue 207

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

Shades of Lilac #C98DCF

Tints of Lilac #C98DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 36.61%
G = 25.68%
B = 37.7%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C98DCF (or 0xC98DCF) is known color: Lilac. HEX triplet: C9, 8D and CF. RGB value is (201,141,207). Sum of RGB (Red+Green+Blue) = 201+141+207=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCF is #367230. Grayscale: #A6A6A6. Windows color (decimal): -3568177 or 13602249. OLE color: 13602249.

HSL color Cylindrical-coordinate representation of color #C98DCF: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98DCF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 141 207 -
CMYK 0.03 0.32 0 0.19
HSL 294.55º 0.41% 0.68% -
HSV(B) 294.55º 0.32% 0.81% -
XYZ 44.87 35.97 63.61 -
YUV 166.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 201 141 207 0.03 0.32 0 0.19 294.55 0.41 0.68
Hex C9 8D CF 3 20 0 13 127 29 44
Octal 311 215 317 3 40 0 23 447 51 104
Binary 11001001 10001101 11001111 11 100000 0 10011 100100111 101001 1000100

Color Harmonies of #C98DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DCF

Black with #C98DCF

Text Example


Text Example

White with #C98DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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