#C98CD0

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

Shades of Lilac #C98CD0

Tints of Lilac #C98CD0

Color information

#C98CD0 (or 0xC98CD0) is unknown color: approx Lilac. HEX triplet: C9, 8C and D0. RGB value is (201,140,208). Sum of RGB (Red+Green+Blue) = 201+140+208=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C98CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CD0 is #36732F. Grayscale: #A5A5A5. Windows color (decimal): -3568432 or 13667529. OLE color: 13667529.

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

Color convert

RGB201140208-
CMYK0.030.3300.18
HSL293.82º41.98%68.24%-
HSV(B)293.82º32.69%81.57%-
XYZ44.8535.7364.21-
YUV165.99151.71152.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=36.61%
G=25.50%
B=37.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011402080.030.3300.18293.8241.9868.24
HexC98CD03210121262a44
Octal31121432034102244652104
Binary110010011000110011010000111000010100101001001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CD0; }

 p { color: rgb(201,140,208); }

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

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

 a { background-color: rgb(201,140,208); }

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

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

 span { border-color: rgb(201,140,208); }

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