#C98CCF

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

Shades of Lilac #C98CCF

Tints of Lilac #C98CCF

Color information

#C98CCF (or 0xC98CCF) is unknown color: approx Lilac. HEX triplet: C9, 8C and CF. RGB value is (201,140,207). Sum of RGB (Red+Green+Blue) = 201+140+207=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CCF is #367330. Grayscale: #A5A5A5. Windows color (decimal): -3568433 or 13601993. OLE color: 13601993.

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

Color convert

RGB201140207-
CMYK0.030.3200.19
HSL294.63º41.1%68.04%-
HSV(B)294.63º32.37%81.18%-
XYZ44.7335.6863.56-
YUV165.88151.21153.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=36.68%
G=25.55%
B=37.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011402070.030.3200.19294.6341.168.04
HexC98CCF3200131272944
Octal31121431734002344751104
Binary110010011000110011001111111000000100111001001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CCF; }

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

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

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

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

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

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

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

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