#C98FCF

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

Shades of Lilac #C98FCF

Tints of Lilac #C98FCF

Color information

#C98FCF (or 0xC98FCF) is unknown color: approx Lilac. HEX triplet: C9, 8F and CF. RGB value is (201,143,207). Sum of RGB (Red+Green+Blue) = 201+143+207=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FCF is #367030. Grayscale: #A7A7A7. Windows color (decimal): -3567665 or 13602761. OLE color: 13602761.

HSL color Cylindrical-coordinate representation of color #C98FCF: hue angle of 294.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98FCF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201143207-
CMYK0.030.3100.19
HSL294.38º40%68.63%-
HSV(B)294.38º30.92%81.18%-
XYZ45.1736.5763.71-
YUV167.64150.22151.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=36.48%
G=25.95%
B=37.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011432070.030.3100.19294.384068.63
HexC98FCF31F0131262845
Octal31121731733702344650105
Binary11001001100011111100111111111110100111001001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FCF; }

 p { color: rgb(201,143,207); }

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

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

 a { background-color: rgb(201,143,207); }

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

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

 span { border-color: rgb(201,143,207); }

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