Html Css Color HEX #C98ECD Lilac

📋 copy color: '#C98ECD'

red 201 ◦ green 142 ◦ blue 205

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

Shades of Lilac #C98ECD

Tints of Lilac #C98ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.91%

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 36.68%
G = 25.91%
B = 37.41%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C98ECD (or 0xC98ECD) is known color: Lilac. HEX triplet: C9, 8E and CD. RGB value is (201,142,205). Sum of RGB (Red+Green+Blue) = 201+142+205=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C98ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ECD is #367132. Grayscale: #A6A6A6. Windows color (decimal): -3567923 or 13471433. OLE color: 13471433.

HSL color Cylindrical-coordinate representation of color #C98ECD: hue angle of 296.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98ECD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 142 205 -
CMYK 0.02 0.31 0 0.20
HSL 296.19º 0.39% 0.68% -
HSV(B) 296.19º 0.31% 0.8% -
XYZ 44.78 36.17 62.38 -
YUV 166.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 201 142 205 0.02 0.31 0 0.20 296.19 0.39 0.68
Hex C9 8E CD 2 1F 0 14 128 27 44
Octal 311 216 315 2 37 0 24 450 47 104
Binary 11001001 10001110 11001101 10 11111 0 10100 100101000 100111 1000100

Color Harmonies of #C98ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ECD

Black with #C98ECD

Text Example


Text Example

White with #C98ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ECD; }

 p { color: rgb(201,142,205); }

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

background-color css

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

 a { background-color: rgb(201,142,205); }

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

border-color css

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

 span { border-color: rgb(201,142,205); }

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