Html Css Color HEX #C98DCD Lilac

📋 copy color: '#C98DCD'

red 201 ◦ green 141 ◦ blue 205

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

Shades of Lilac #C98DCD

Tints of Lilac #C98DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.78%

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

R = 36.75%
G = 25.78%
B = 37.48%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C98DCD (or 0xC98DCD) is known color: Lilac. HEX triplet: C9, 8D and CD. RGB value is (201,141,205). Sum of RGB (Red+Green+Blue) = 201+141+205=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C98DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCD is #367232. Grayscale: #A6A6A6. Windows color (decimal): -3568179 or 13471177. OLE color: 13471177.

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

Color convert

RGB 201 141 205 -
CMYK 0.02 0.31 0 0.20
HSL 296.25º 0.39% 0.68% -
HSV(B) 296.25º 0.31% 0.8% -
XYZ 44.63 35.88 62.33 -
YUV 166.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 201 141 205 0.02 0.31 0 0.20 296.25 0.39 0.68
Hex C9 8D CD 2 1F 0 14 128 27 44
Octal 311 215 315 2 37 0 24 450 47 104
Binary 11001001 10001101 11001101 10 11111 0 10100 100101000 100111 1000100

Color Harmonies of #C98DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DCD

Black with #C98DCD

Text Example


Text Example

White with #C98DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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