#C98BCF

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

Shades of Lilac #C98BCF

Tints of Lilac #C98BCF

Color information

#C98BCF (or 0xC98BCF) is unknown color: approx Lilac. HEX triplet: C9, 8B and CF. RGB value is (201,139,207). Sum of RGB (Red+Green+Blue) = 201+139+207=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCF is #367430. Grayscale: #A5A5A5. Windows color (decimal): -3568689 or 13601737. OLE color: 13601737.

HSL color Cylindrical-coordinate representation of color #C98BCF: hue angle of 294.71º 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 #C98BCF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201139207-
CMYK0.030.3300.19
HSL294.71º41.46%67.84%-
HSV(B)294.71º32.85%81.18%-
XYZ44.5835.3963.51-
YUV165.29151.54153.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=36.75%
G=25.41%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011392070.030.3300.19294.7141.4667.84
HexC98BCF3210131272944
Octal31121331734102344751104
Binary110010011000101111001111111000010100111001001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BCF; }

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

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

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

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

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

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

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

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