#C98CCA

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

Shades of Lilac #C98CCA

Tints of Lilac #C98CCA

Color information

#C98CCA (or 0xC98CCA) is unknown color: approx Lilac. HEX triplet: C9, 8C and CA. RGB value is (201,140,202). Sum of RGB (Red+Green+Blue) = 201+140+202=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C98CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CCA is #367335. Grayscale: #A5A5A5. Windows color (decimal): -3568438 or 13274313. OLE color: 13274313.

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

Color convert

RGB201140202-
CMYK0.000.3100.21
HSL299.03º36.9%67.06%-
HSV(B)299.03º30.69%79.22%-
XYZ44.1335.4460.39-
YUV165.31148.71153.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=37.02%
G=25.78%
B=37.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011402020.000.3100.21299.0336.967.06
HexC98CCA01F01512b2543
Octal31121431203702545345103
Binary1100100110001100110010100111110101011001010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CCA; }

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

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

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

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

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

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

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

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