Html Css Color HEX #C994D1 Lilac

📋 copy color: '#C994D1'

red 201 ◦ green 148 ◦ blue 209

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

Shades of Lilac #C994D1

Tints of Lilac #C994D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 36.02%
G = 26.52%
B = 37.46%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C994D1 (or 0xC994D1) is known color: Lilac. HEX triplet: C9, 94 and D1. RGB value is (201,148,209). Sum of RGB (Red+Green+Blue) = 201+148+209=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C994D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994D1 is #366B2E. Grayscale: #AAAAAA. Windows color (decimal): -3566383 or 13735113. OLE color: 13735113.

HSL color Cylindrical-coordinate representation of color #C994D1: hue angle of 292.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C994D1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 148 209 -
CMYK 0.04 0.29 0 0.18
HSL 292.13º 0.4% 0.7% -
HSV(B) 292.13º 0.29% 0.82% -
XYZ 46.19 38.2 65.26 -
YUV 170.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 201 148 209 0.04 0.29 0 0.18 292.13 0.4 0.7
Hex C9 94 D1 4 1D 0 12 124 28 46
Octal 311 224 321 4 35 0 22 444 50 106
Binary 11001001 10010100 11010001 100 11101 0 10010 100100100 101000 1000110

Color Harmonies of #C994D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994D1

Black with #C994D1

Text Example


Text Example

White with #C994D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994D1; }

 p { color: rgb(201,148,209); }

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

background-color css

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

 a { background-color: rgb(201,148,209); }

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

border-color css

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

 span { border-color: rgb(201,148,209); }

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