#C98FBE

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

Shades of Lilac #C98FBE

Tints of Lilac #C98FBE

Color information

#C98FBE (or 0xC98FBE) is unknown color: approx Lilac. HEX triplet: C9, 8F and BE. RGB value is (201,143,190). Sum of RGB (Red+Green+Blue) = 201+143+190=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FBE is #367041. Grayscale: #A5A5A5. Windows color (decimal): -3567682 or 12488649. OLE color: 12488649.

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

Color convert

RGB201143190-
CMYK00.290.050.21
HSL311.38º34.94%67.45%-
HSV(B)311.38º28.86%78.82%-
XYZ43.235.7853.34-
YUV165.7141.72153.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 143 (56.25% from 255) = 26.78%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=37.64%
G=26.78%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114319000.290.050.21311.3834.9467.45
HexC98FBE01D5151372343
Octal31121727603552546743103
Binary110010011000111110111110011101101101011001101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FBE; }

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

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

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

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

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

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

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

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