#C98AD1

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

Shades of Lilac #C98AD1

Tints of Lilac #C98AD1

Color information

#C98AD1 (or 0xC98AD1) is unknown color: approx Lilac. HEX triplet: C9, 8A and D1. RGB value is (201,138,209). Sum of RGB (Red+Green+Blue) = 201+138+209=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #C98AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AD1 is #36752E. Grayscale: #A4A4A4. Windows color (decimal): -3568943 or 13732553. OLE color: 13732553.

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

Color convert

RGB201138209-
CMYK0.040.3400.18
HSL293.24º43.56%68.04%-
HSV(B)293.24º33.97%81.96%-
XYZ44.6835.264.76-
YUV164.93152.87153.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=36.68%
G=25.18%
B=38.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011382090.040.3400.18293.2443.5668.04
HexC98AD14220121252c44
Octal31121232144202244554104
Binary1100100110001010110100011001000100100101001001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98AD1; }

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

 H1.HeaderClassName
 {
   color: #C98AD1;
 }
 .AnyTagClassName
 {
   color: #C98AD1;
 }
</style>
background-color css

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

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

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

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

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

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