Html Css Color HEX #C98DC6 Lilac

📋 copy color: '#C98DC6'

red 201 ◦ green 141 ◦ blue 198

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

Shades of Lilac #C98DC6

Tints of Lilac #C98DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 37.22%
G = 26.11%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C98DC6 (or 0xC98DC6) is known color: Lilac. HEX triplet: C9, 8D and C6. RGB value is (201,141,198). Sum of RGB (Red+Green+Blue) = 201+141+198=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DC6 is #367239. Grayscale: #A5A5A5. Windows color (decimal): -3568186 or 13012425. OLE color: 13012425.

HSL color Cylindrical-coordinate representation of color #C98DC6: hue angle of 303º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DC6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 198 -
CMYK 0 0.30 0.01 0.21
HSL 303º 0.36% 0.67% -
HSV(B) 303º 0.3% 0.79% -
XYZ 43.81 35.54 57.98 -
YUV 165.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 201 141 198 0 0.30 0.01 0.21 303 0.36 0.67
Hex C9 8D C6 0 1E 1 15 12F 24 43
Octal 311 215 306 0 36 1 25 457 44 103
Binary 11001001 10001101 11000110 0 11110 1 10101 100101111 100100 1000011

Color Harmonies of #C98DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DC6

Black with #C98DC6

Text Example


Text Example

White with #C98DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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