#C98ECD

Color #C98ECD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C98ECD

Tints of Lilac #C98ECD

Color information

#C98ECD (or 0xC98ECD) is unknown color: approx 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

RGB201142205-
CMYK0.020.3100.20
HSL296.19º38.65%68.04%-
HSV(B)296.19º30.73%80.39%-
XYZ44.7836.1762.38-
YUV166.82149.55152.38-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011422050.020.3100.20296.1938.6568.04
HexC98ECD21F0141282744
Octal31121631523702445047104
Binary11001001100011101100110110111110101001001010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>