Html Css Color HEX #C98CCE Lilac

📋 copy color: '#C98CCE'

red 201 ◦ green 140 ◦ blue 206

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

Shades of Lilac #C98CCE

Tints of Lilac #C98CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 36.75%
G = 25.59%
B = 37.66%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C98CCE (or 0xC98CCE) is known color: Lilac. HEX triplet: C9, 8C and CE. RGB value is (201,140,206). Sum of RGB (Red+Green+Blue) = 201+140+206=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C98CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CCE is #367331. Grayscale: #A5A5A5. Windows color (decimal): -3568434 or 13536457. OLE color: 13536457.

HSL color Cylindrical-coordinate representation of color #C98CCE: hue angle of 295.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98CCE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 140 206 -
CMYK 0.02 0.32 0 0.19
HSL 295.45º 0.4% 0.68% -
HSV(B) 295.45º 0.32% 0.81% -
XYZ 44.61 35.63 62.92 -
YUV 165.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 201 140 206 0.02 0.32 0 0.19 295.45 0.4 0.68
Hex C9 8C CE 2 20 0 13 127 28 44
Octal 311 214 316 2 40 0 23 447 50 104
Binary 11001001 10001100 11001110 10 100000 0 10011 100100111 101000 1000100

Color Harmonies of #C98CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CCE

Black with #C98CCE

Text Example


Text Example

White with #C98CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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