Html Css Color HEX #D196C2 Lilac

📋 copy color: '#D196C2'

red 209 ◦ green 150 ◦ blue 194

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

Shades of Lilac #D196C2

Tints of Lilac #D196C2

RGB

 RED value IS 209 (82.03% from 255) = 37.79%

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 37.79%
G = 27.12%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D196C2 (or 0xD196C2) is known color: Lilac. HEX triplet: D1, 96 and C2. RGB value is (209,150,194). Sum of RGB (Red+Green+Blue) = 209+150+194=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D196C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196C2 is #2E693D. Grayscale: #ACACAC. Windows color (decimal): -3041598 or 12752593. OLE color: 12752593.

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

Color convert

RGB 209 150 194 -
CMYK 0 0.28 0.07 0.18
HSL 315.25º 0.39% 0.7% -
HSV(B) 315.25º 0.28% 0.82% -
XYZ 46.94 39.26 56.14 -
YUV 172.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 209 150 194 0 0.28 0.07 0.18 315.25 0.39 0.7
Hex D1 96 C2 0 1C 7 12 13B 27 46
Octal 321 226 302 0 34 7 22 473 47 106
Binary 11010001 10010110 11000010 0 11100 111 10010 100111011 100111 1000110

Color Harmonies of #D196C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196C2

Black with #D196C2

Text Example


Text Example

White with #D196C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196C2; }

 p { color: rgb(209,150,194); }

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

background-color css

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

 a { background-color: rgb(209,150,194); }

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

border-color css

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

 span { border-color: rgb(209,150,194); }

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