Html Css Color HEX #C98AC2 Lilac

📋 copy color: '#C98AC2'

red 201 ◦ green 138 ◦ blue 194

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

Shades of Lilac #C98AC2

Tints of Lilac #C98AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 37.71%
G = 25.89%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C98AC2 (or 0xC98AC2) is known color: Lilac. HEX triplet: C9, 8A and C2. RGB value is (201,138,194). Sum of RGB (Red+Green+Blue) = 201+138+194=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AC2 is #36753D. Grayscale: #A3A3A3. Windows color (decimal): -3568958 or 12749513. OLE color: 12749513.

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

Color convert

RGB 201 138 194 -
CMYK 0 0.31 0.03 0.21
HSL 306.67º 0.37% 0.66% -
HSV(B) 306.67º 0.31% 0.79% -
XYZ 42.91 34.49 55.43 -
YUV 163.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 201 138 194 0 0.31 0.03 0.21 306.67 0.37 0.66
Hex C9 8A C2 0 1F 3 15 133 25 42
Octal 311 212 302 0 37 3 25 463 45 102
Binary 11001001 10001010 11000010 0 11111 11 10101 100110011 100101 1000010

Color Harmonies of #C98AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AC2

Black with #C98AC2

Text Example


Text Example

White with #C98AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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