Html Css Color HEX #C998CB Lilac

📋 copy color: '#C998CB'

red 201 ◦ green 152 ◦ blue 203

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

Shades of Lilac #C998CB

Tints of Lilac #C998CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 36.15%
G = 27.34%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C998CB (or 0xC998CB) is known color: Lilac. HEX triplet: C9, 98 and CB. RGB value is (201,152,203). Sum of RGB (Red+Green+Blue) = 201+152+203=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #C998CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998CB is #366734. Grayscale: #ACACAC. Windows color (decimal): -3565365 or 13342921. OLE color: 13342921.

HSL color Cylindrical-coordinate representation of color #C998CB: hue angle of 297.65º degrees, saturation: 0.33, 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 #C998CB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 152 203 -
CMYK 0.01 0.25 0 0.20
HSL 297.65º 0.33% 0.7% -
HSV(B) 297.65º 0.25% 0.8% -
XYZ 46.1 39.19 61.63 -
YUV 172.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 201 152 203 0.01 0.25 0 0.20 297.65 0.33 0.7
Hex C9 98 CB 1 19 0 14 12A 21 46
Octal 311 230 313 1 31 0 24 452 41 106
Binary 11001001 10011000 11001011 1 11001 0 10100 100101010 100001 1000110

Color Harmonies of #C998CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998CB

Black with #C998CB

Text Example


Text Example

White with #C998CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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