#C98CCD

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

Shades of Lilac #C98CCD

Tints of Lilac #C98CCD

Color information

#C98CCD (or 0xC98CCD) is unknown color: approx Lilac. HEX triplet: C9, 8C and CD. RGB value is (201,140,205). Sum of RGB (Red+Green+Blue) = 201+140+205=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C98CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CCD is #367332. Grayscale: #A5A5A5. Windows color (decimal): -3568435 or 13470921. OLE color: 13470921.

HSL color Cylindrical-coordinate representation of color #C98CCD: hue angle of 296.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98CCD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201140205-
CMYK0.020.3200.20
HSL296.31º39.39%67.65%-
HSV(B)296.31º31.71%80.39%-
XYZ44.4835.5862.28-
YUV165.65150.21153.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 140 (55.08% from 255) = 25.64%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=36.81%
G=25.64%
B=37.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011402050.020.3200.20296.3139.3967.65
HexC98CCD2200141282744
Octal31121431524002445047104
Binary110010011000110011001101101000000101001001010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CCD; }

 p { color: rgb(201,140,205); }

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

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

 a { background-color: rgb(201,140,205); }

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

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

 span { border-color: rgb(201,140,205); }

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