Html Css Color HEX #C98DCE Lilac

📋 copy color: '#C98DCE'

red 201 ◦ green 141 ◦ blue 206

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

Shades of Lilac #C98DCE

Tints of Lilac #C98DCE

RGB

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

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

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

R = 36.68%
G = 25.73%
B = 37.59%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C98DCE (or 0xC98DCE) is known color: Lilac. HEX triplet: C9, 8D and CE. RGB value is (201,141,206). Sum of RGB (Red+Green+Blue) = 201+141+206=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C98DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCE is #367231. Grayscale: #A6A6A6. Windows color (decimal): -3568178 or 13536713. OLE color: 13536713.

HSL color Cylindrical-coordinate representation of color #C98DCE: hue angle of 295.38º degrees, saturation: 0.4, 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 #C98DCE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 141 206 -
CMYK 0.02 0.32 0 0.19
HSL 295.38º 0.4% 0.68% -
HSV(B) 295.38º 0.32% 0.81% -
XYZ 44.75 35.92 62.97 -
YUV 166.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 201 141 206 0.02 0.32 0 0.19 295.38 0.4 0.68
Hex C9 8D CE 2 20 0 13 127 28 44
Octal 311 215 316 2 40 0 23 447 50 104
Binary 11001001 10001101 11001110 10 100000 0 10011 100100111 101000 1000100

Color Harmonies of #C98DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DCE

Black with #C98DCE

Text Example


Text Example

White with #C98DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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