Html Css Color HEX #C98AC1 Lilac

📋 copy color: '#C98AC1'

red 201 ◦ green 138 ◦ blue 193

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

Shades of Lilac #C98AC1

Tints of Lilac #C98AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.94%

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 37.78%
G = 25.94%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C98AC1 (or 0xC98AC1) is known color: Lilac. HEX triplet: C9, 8A and C1. RGB value is (201,138,193). Sum of RGB (Red+Green+Blue) = 201+138+193=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AC1 is #36753E. Grayscale: #A2A2A2. Windows color (decimal): -3568959 or 12683977. OLE color: 12683977.

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

Color convert

RGB 201 138 193 -
CMYK 0 0.31 0.04 0.21
HSL 307.62º 0.37% 0.66% -
HSV(B) 307.62º 0.31% 0.79% -
XYZ 42.8 34.44 54.84 -
YUV 163.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 201 138 193 0 0.31 0.04 0.21 307.62 0.37 0.66
Hex C9 8A C1 0 1F 4 15 134 25 42
Octal 311 212 301 0 37 4 25 464 45 102
Binary 11001001 10001010 11000001 0 11111 100 10101 100110100 100101 1000010

Color Harmonies of #C98AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AC1

Black with #C98AC1

Text Example


Text Example

White with #C98AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AC1; }

 p { color: rgb(201,138,193); }

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

background-color css

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

 a { background-color: rgb(201,138,193); }

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

border-color css

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

 span { border-color: rgb(201,138,193); }

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