Html Css Color HEX #C98DC3 Lilac

📋 copy color: '#C98DC3'

red 201 ◦ green 141 ◦ blue 195

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

Shades of Lilac #C98DC3

Tints of Lilac #C98DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.31%

R = 37.43%
G = 26.26%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C98DC3 (or 0xC98DC3) is known color: Lilac. HEX triplet: C9, 8D and C3. RGB value is (201,141,195). Sum of RGB (Red+Green+Blue) = 201+141+195=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DC3 is #36723C. Grayscale: #A4A4A4. Windows color (decimal): -3568189 or 12815817. OLE color: 12815817.

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

Color convert

RGB 201 141 195 -
CMYK 0 0.30 0.03 0.21
HSL 306º 0.36% 0.67% -
HSV(B) 306º 0.3% 0.79% -
XYZ 43.46 35.41 56.17 -
YUV 165.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 201 141 195 0 0.30 0.03 0.21 306 0.36 0.67
Hex C9 8D C3 0 1E 3 15 132 24 43
Octal 311 215 303 0 36 3 25 462 44 103
Binary 11001001 10001101 11000011 0 11110 11 10101 100110010 100100 1000011

Color Harmonies of #C98DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DC3

Black with #C98DC3

Text Example


Text Example

White with #C98DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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