Html Css Color HEX #C98CD0 Lilac

📋 copy color: '#C98CD0'

red 201 ◦ green 140 ◦ blue 208

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

Shades of Lilac #C98CD0

Tints of Lilac #C98CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 36.61%
G = 25.5%
B = 37.89%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C98CD0 (or 0xC98CD0) is known color: Lilac. HEX triplet: C9, 8C and D0. RGB value is (201,140,208). Sum of RGB (Red+Green+Blue) = 201+140+208=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C98CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CD0 is #36732F. Grayscale: #A5A5A5. Windows color (decimal): -3568432 or 13667529. OLE color: 13667529.

HSL color Cylindrical-coordinate representation of color #C98CD0: hue angle of 293.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98CD0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 140 208 -
CMYK 0.03 0.33 0 0.18
HSL 293.82º 0.42% 0.68% -
HSV(B) 293.82º 0.33% 0.82% -
XYZ 44.85 35.73 64.21 -
YUV 165.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 201 140 208 0.03 0.33 0 0.18 293.82 0.42 0.68
Hex C9 8C D0 3 21 0 12 126 2A 44
Octal 311 214 320 3 41 0 22 446 52 104
Binary 11001001 10001100 11010000 11 100001 0 10010 100100110 101010 1000100

Color Harmonies of #C98CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CD0

Black with #C98CD0

Text Example


Text Example

White with #C98CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CD0; }

 p { color: rgb(201,140,208); }

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

background-color css

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

 a { background-color: rgb(201,140,208); }

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

border-color css

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

 span { border-color: rgb(201,140,208); }

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