#C98DCA

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

Shades of Lilac #C98DCA

Tints of Lilac #C98DCA

Color information

#C98DCA (or 0xC98DCA) is unknown color: approx Lilac. HEX triplet: C9, 8D and CA. RGB value is (201,141,202). Sum of RGB (Red+Green+Blue) = 201+141+202=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C98DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCA is #367235. Grayscale: #A5A5A5. Windows color (decimal): -3568182 or 13274569. OLE color: 13274569.

HSL color Cylindrical-coordinate representation of color #C98DCA: hue angle of 299.02º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DCA is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201141202-
CMYK0.000.3000.21
HSL299.02º36.53%67.25%-
HSV(B)299.02º30.2%79.22%-
XYZ44.2735.7360.44-
YUV165.89148.38153.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=36.95%
G=25.92%
B=37.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011412020.000.3000.21299.0236.5367.25
HexC98DCA01E01512b2543
Octal31121531203602545345103
Binary1100100110001101110010100111100101011001010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DCA; }

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

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

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

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

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

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

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

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