#C98BCE

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

Shades of Lilac #C98BCE

Tints of Lilac #C98BCE

Color information

#C98BCE (or 0xC98BCE) is unknown color: approx Lilac. HEX triplet: C9, 8B and CE. RGB value is (201,139,206). Sum of RGB (Red+Green+Blue) = 201+139+206=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C98BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCE is #367431. Grayscale: #A4A4A4. Windows color (decimal): -3568690 or 13536201. OLE color: 13536201.

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

Color convert

RGB201139206-
CMYK0.020.3300.19
HSL295.52º40.61%67.65%-
HSV(B)295.52º32.52%80.78%-
XYZ44.4635.3462.87-
YUV165.18151.04153.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=36.81%
G=25.46%
B=37.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011392060.020.3300.19295.5240.6167.65
HexC98BCE2210131282944
Octal31121331624102345051104
Binary110010011000101111001110101000010100111001010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BCE; }

 p { color: rgb(201,139,206); }

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

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

 a { background-color: rgb(201,139,206); }

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

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

 span { border-color: rgb(201,139,206); }

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