#C98DCB

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

Shades of Lilac #C98DCB

Tints of Lilac #C98DCB

Color information

#C98DCB (or 0xC98DCB) is unknown color: approx Lilac. HEX triplet: C9, 8D and CB. RGB value is (201,141,203). Sum of RGB (Red+Green+Blue) = 201+141+203=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #C98DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCB is #367234. Grayscale: #A5A5A5. Windows color (decimal): -3568181 or 13340105. OLE color: 13340105.

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

Color convert

RGB201141203-
CMYK0.010.3100.20
HSL298.06º37.35%67.45%-
HSV(B)298.06º30.54%79.61%-
XYZ44.3935.7861.07-
YUV166.01148.88152.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=36.88%
G=25.87%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011412030.010.3100.20298.0637.3567.45
HexC98DCB11F01412a2543
Octal31121531313702445245103
Binary1100100110001101110010111111110101001001010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DCB; }

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

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

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

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

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

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

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

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