#C98ECB

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

Shades of Lilac #C98ECB

Tints of Lilac #C98ECB

Color information

#C98ECB (or 0xC98ECB) is unknown color: approx Lilac. HEX triplet: C9, 8E and CB. RGB value is (201,142,203). Sum of RGB (Red+Green+Blue) = 201+142+203=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C98ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ECB is #367134. Grayscale: #A6A6A6. Windows color (decimal): -3567925 or 13340361. OLE color: 13340361.

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

Color convert

RGB201142203-
CMYK0.010.3000.20
HSL298.03º36.97%67.65%-
HSV(B)298.03º30.05%79.61%-
XYZ44.5436.0861.12-
YUV166.6148.55152.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=36.81%
G=26.01%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011422030.010.3000.20298.0336.9767.65
HexC98ECB11E01412a2544
Octal31121631313602445245104
Binary1100100110001110110010111111100101001001010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98ECB; }

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

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

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

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

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

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

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

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