Html Css Color HEX #C98ACD Lilac

📋 copy color: '#C98ACD'

red 201 ◦ green 138 ◦ blue 205

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

Shades of Lilac #C98ACD

Tints of Lilac #C98ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 36.95%
G = 25.37%
B = 37.68%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C98ACD (or 0xC98ACD) is known color: Lilac. HEX triplet: C9, 8A and CD. RGB value is (201,138,205). Sum of RGB (Red+Green+Blue) = 201+138+205=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C98ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ACD is #367532. Grayscale: #A4A4A4. Windows color (decimal): -3568947 or 13470409. OLE color: 13470409.

HSL color Cylindrical-coordinate representation of color #C98ACD: hue angle of 296.42º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98ACD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 138 205 -
CMYK 0.02 0.33 0 0.20
HSL 296.42º 0.4% 0.67% -
HSV(B) 296.42º 0.33% 0.8% -
XYZ 44.2 35 62.18 -
YUV 164.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 201 138 205 0.02 0.33 0 0.20 296.42 0.4 0.67
Hex C9 8A CD 2 21 0 14 128 28 43
Octal 311 212 315 2 41 0 24 450 50 103
Binary 11001001 10001010 11001101 10 100001 0 10100 100101000 101000 1000011

Color Harmonies of #C98ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ACD

Black with #C98ACD

Text Example


Text Example

White with #C98ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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