Html Css Color HEX #C98AC5 Lilac

📋 copy color: '#C98AC5'

red 201 ◦ green 138 ◦ blue 197

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

Shades of Lilac #C98AC5

Tints of Lilac #C98AC5

RGB

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

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

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

R = 37.5%
G = 25.75%
B = 36.75%

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

#C98AC5 (or 0xC98AC5) is known color: Lilac. HEX triplet: C9, 8A and C5. RGB value is (201,138,197). Sum of RGB (Red+Green+Blue) = 201+138+197=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AC5 is #36753A. Grayscale: #A3A3A3. Windows color (decimal): -3568955 or 12946121. OLE color: 12946121.

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

Color convert

RGB 201 138 197 -
CMYK 0 0.31 0.02 0.21
HSL 303.81º 0.37% 0.66% -
HSV(B) 303.81º 0.31% 0.79% -
XYZ 43.25 34.63 57.23 -
YUV 163.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 201 138 197 0 0.31 0.02 0.21 303.81 0.37 0.66
Hex C9 8A C5 0 1F 2 15 130 25 42
Octal 311 212 305 0 37 2 25 460 45 102
Binary 11001001 10001010 11000101 0 11111 10 10101 100110000 100101 1000010

Color Harmonies of #C98AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AC5

Black with #C98AC5

Text Example


Text Example

White with #C98AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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