Html Css Color HEX #C98BC5 Lilac

📋 copy color: '#C98BC5'

red 201 ◦ green 139 ◦ blue 197

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

Shades of Lilac #C98BC5

Tints of Lilac #C98BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 37.43%
G = 25.88%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C98BC5 (or 0xC98BC5) is known color: Lilac. HEX triplet: C9, 8B and C5. RGB value is (201,139,197). Sum of RGB (Red+Green+Blue) = 201+139+197=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BC5 is #36743A. Grayscale: #A3A3A3. Windows color (decimal): -3568699 or 12946377. OLE color: 12946377.

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

Color convert

RGB 201 139 197 -
CMYK 0 0.31 0.02 0.21
HSL 303.87º 0.36% 0.67% -
HSV(B) 303.87º 0.31% 0.79% -
XYZ 43.4 34.91 57.28 -
YUV 164.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 201 139 197 0 0.31 0.02 0.21 303.87 0.36 0.67
Hex C9 8B C5 0 1F 2 15 130 24 43
Octal 311 213 305 0 37 2 25 460 44 103
Binary 11001001 10001011 11000101 0 11111 10 10101 100110000 100100 1000011

Color Harmonies of #C98BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BC5

Black with #C98BC5

Text Example


Text Example

White with #C98BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BC5; }

 p { color: rgb(201,139,197); }

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

background-color css

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

 a { background-color: rgb(201,139,197); }

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

border-color css

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

 span { border-color: rgb(201,139,197); }

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