Html Css Color HEX #C998CC Lilac

📋 copy color: '#C998CC'

red 201 ◦ green 152 ◦ blue 204

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

Shades of Lilac #C998CC

Tints of Lilac #C998CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.29%

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

R = 36.09%
G = 27.29%
B = 36.62%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C998CC (or 0xC998CC) is known color: Lilac. HEX triplet: C9, 98 and CC. RGB value is (201,152,204). Sum of RGB (Red+Green+Blue) = 201+152+204=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #C998CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998CC is #366733. Grayscale: #ACACAC. Windows color (decimal): -3565364 or 13408457. OLE color: 13408457.

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

Color convert

RGB 201 152 204 -
CMYK 0.01 0.25 0 0.2
HSL 296.54º 0.34% 0.7% -
HSV(B) 296.54º 0.25% 0.8% -
XYZ 46.21 39.23 62.26 -
YUV 172.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 201 152 204 0.01 0.25 0 0.2 296.54 0.34 0.7
Hex C9 98 CC 1 19 0 14 129 22 46
Octal 311 230 314 1 31 0 24 451 42 106
Binary 11001001 10011000 11001100 1 11001 0 10100 100101001 100010 1000110

Color Harmonies of #C998CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998CC

Black with #C998CC

Text Example


Text Example

White with #C998CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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