Html Css Color HEX #C993CB Lilac

📋 copy color: '#C993CB'

red 201 ◦ green 147 ◦ blue 203

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

Shades of Lilac #C993CB

Tints of Lilac #C993CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.68%

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

R = 36.48%
G = 26.68%
B = 36.84%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C993CB (or 0xC993CB) is known color: Lilac. HEX triplet: C9, 93 and CB. RGB value is (201,147,203). Sum of RGB (Red+Green+Blue) = 201+147+203=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C993CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993CB is #366C34. Grayscale: #A9A9A9. Windows color (decimal): -3566645 or 13341641. OLE color: 13341641.

HSL color Cylindrical-coordinate representation of color #C993CB: hue angle of 297.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C993CB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 147 203 -
CMYK 0.01 0.28 0 0.20
HSL 297.86º 0.35% 0.69% -
HSV(B) 297.86º 0.28% 0.8% -
XYZ 45.3 37.6 61.37 -
YUV 169.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 201 147 203 0.01 0.28 0 0.20 297.86 0.35 0.69
Hex C9 93 CB 1 1C 0 14 12A 23 45
Octal 311 223 313 1 34 0 24 452 43 105
Binary 11001001 10010011 11001011 1 11100 0 10100 100101010 100011 1000101

Color Harmonies of #C993CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993CB

Black with #C993CB

Text Example


Text Example

White with #C993CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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