Html Css Color HEX #C98AC7 Lilac

📋 copy color: '#C98AC7'

red 201 ◦ green 138 ◦ blue 199

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

Shades of Lilac #C98AC7

Tints of Lilac #C98AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 37.36%
G = 25.65%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C98AC7 (or 0xC98AC7) is known color: Lilac. HEX triplet: C9, 8A and C7. RGB value is (201,138,199). Sum of RGB (Red+Green+Blue) = 201+138+199=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AC7 is #367538. Grayscale: #A3A3A3. Windows color (decimal): -3568953 or 13077193. OLE color: 13077193.

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

Color convert

RGB 201 138 199 -
CMYK 0 0.31 0.01 0.21
HSL 301.9º 0.37% 0.66% -
HSV(B) 301.9º 0.31% 0.79% -
XYZ 43.48 34.72 58.44 -
YUV 163.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 201 138 199 0 0.31 0.01 0.21 301.9 0.37 0.66
Hex C9 8A C7 0 1F 1 15 12E 25 42
Octal 311 212 307 0 37 1 25 456 45 102
Binary 11001001 10001010 11000111 0 11111 1 10101 100101110 100101 1000010

Color Harmonies of #C98AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AC7

Black with #C98AC7

Text Example


Text Example

White with #C98AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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