Html Css Color HEX #C98ACC Lilac

📋 copy color: '#C98ACC'

red 201 ◦ green 138 ◦ blue 204

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

Shades of Lilac #C98ACC

Tints of Lilac #C98ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 37.02%
G = 25.41%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C98ACC (or 0xC98ACC) is known color: Lilac. HEX triplet: C9, 8A and CC. RGB value is (201,138,204). Sum of RGB (Red+Green+Blue) = 201+138+204=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ACC is #367533. Grayscale: #A4A4A4. Windows color (decimal): -3568948 or 13404873. OLE color: 13404873.

HSL color Cylindrical-coordinate representation of color #C98ACC: hue angle of 297.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98ACC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 138 204 -
CMYK 0.01 0.32 0 0.2
HSL 297.27º 0.39% 0.67% -
HSV(B) 297.27º 0.32% 0.8% -
XYZ 44.07 34.95 61.55 -
YUV 164.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 201 138 204 0.01 0.32 0 0.2 297.27 0.39 0.67
Hex C9 8A CC 1 20 0 14 129 27 43
Octal 311 212 314 1 40 0 24 451 47 103
Binary 11001001 10001010 11001100 1 100000 0 10100 100101001 100111 1000011

Color Harmonies of #C98ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ACC

Black with #C98ACC

Text Example


Text Example

White with #C98ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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