Html Css Color HEX #C993CE Lilac

📋 copy color: '#C993CE'

red 201 ◦ green 147 ◦ blue 206

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

Shades of Lilac #C993CE

Tints of Lilac #C993CE

RGB

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

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

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

R = 36.28%
G = 26.53%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C993CE (or 0xC993CE) is known color: Lilac. HEX triplet: C9, 93 and CE. RGB value is (201,147,206). Sum of RGB (Red+Green+Blue) = 201+147+206=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C993CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993CE is #366C31. Grayscale: #A9A9A9. Windows color (decimal): -3566642 or 13538249. OLE color: 13538249.

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

Color convert

RGB 201 147 206 -
CMYK 0.02 0.29 0 0.19
HSL 294.92º 0.38% 0.69% -
HSV(B) 294.92º 0.29% 0.81% -
XYZ 45.66 37.74 63.27 -
YUV 169.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 201 147 206 0.02 0.29 0 0.19 294.92 0.38 0.69
Hex C9 93 CE 2 1D 0 13 127 26 45
Octal 311 223 316 2 35 0 23 447 46 105
Binary 11001001 10010011 11001110 10 11101 0 10011 100100111 100110 1000101

Color Harmonies of #C993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993CE

Black with #C993CE

Text Example


Text Example

White with #C993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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