Html Css Color HEX #C993CF Lilac

📋 copy color: '#C993CF'

red 201 ◦ green 147 ◦ blue 207

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

Shades of Lilac #C993CF

Tints of Lilac #C993CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 36.22%
G = 26.49%
B = 37.3%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C993CF (or 0xC993CF) is known color: Lilac. HEX triplet: C9, 93 and CF. RGB value is (201,147,207). Sum of RGB (Red+Green+Blue) = 201+147+207=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #C993CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993CF is #366C30. Grayscale: #A9A9A9. Windows color (decimal): -3566641 or 13603785. OLE color: 13603785.

HSL color Cylindrical-coordinate representation of color #C993CF: hue angle of 294º 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 #C993CF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 147 207 -
CMYK 0.03 0.29 0 0.19
HSL 294º 0.38% 0.69% -
HSV(B) 294º 0.29% 0.81% -
XYZ 45.78 37.79 63.91 -
YUV 169.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 201 147 207 0.03 0.29 0 0.19 294 0.38 0.69
Hex C9 93 CF 3 1D 0 13 126 26 45
Octal 311 223 317 3 35 0 23 446 46 105
Binary 11001001 10010011 11001111 11 11101 0 10011 100100110 100110 1000101

Color Harmonies of #C993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993CF

Black with #C993CF

Text Example


Text Example

White with #C993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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