Html Css Color HEX #C98FCD Lilac

📋 copy color: '#C98FCD'

red 201 ◦ green 143 ◦ blue 205

#C98FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C98FCD

Tints of Lilac #C98FCD

RGB

 RED value IS 201 (78.91% from 255) = 36.61%

 GREEN value IS 143 (56.25% from 255) = 26.05%

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 36.61%
G = 26.05%
B = 37.34%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C98FCD (or 0xC98FCD) is known color: Lilac. HEX triplet: C9, 8F and CD. RGB value is (201,143,205). Sum of RGB (Red+Green+Blue) = 201+143+205=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #C98FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FCD is #367032. Grayscale: #A7A7A7. Windows color (decimal): -3567667 or 13471689. OLE color: 13471689.

HSL color Cylindrical-coordinate representation of color #C98FCD: hue angle of 296.13º degrees, saturation: 0.38, 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 #C98FCD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 143 205 -
CMYK 0.02 0.30 0 0.20
HSL 296.13º 0.38% 0.68% -
HSV(B) 296.13º 0.3% 0.8% -
XYZ 44.93 36.47 62.43 -
YUV 167.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 201 143 205 0.02 0.30 0 0.20 296.13 0.38 0.68
Hex C9 8F CD 2 1E 0 14 128 26 44
Octal 311 217 315 2 36 0 24 450 46 104
Binary 11001001 10001111 11001101 10 11110 0 10100 100101000 100110 1000100

Color Harmonies of #C98FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FCD

Black with #C98FCD

Text Example


Text Example

White with #C98FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FCD; }

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

 H1.HeaderClassName
 {
   color: #C98FCD;
 }
 .AnyTagClassName
 {
   color: #C98FCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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