Html Css Color HEX #D696C5 Lilac

📋 copy color: '#D696C5'

red 214 ◦ green 150 ◦ blue 197

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

Shades of Lilac #D696C5

Tints of Lilac #D696C5

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 38.15%
G = 26.74%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D696C5 (or 0xD696C5) is known color: Lilac. HEX triplet: D6, 96 and C5. RGB value is (214,150,197). Sum of RGB (Red+Green+Blue) = 214+150+197=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C5 is #29693A. Grayscale: #AEAEAE. Windows color (decimal): -2713915 or 12949206. OLE color: 12949206.

HSL color Cylindrical-coordinate representation of color #D696C5: hue angle of 315.94º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696C5 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 197 -
CMYK 0 0.30 0.08 0.16
HSL 315.94º 0.44% 0.71% -
HSV(B) 315.94º 0.3% 0.84% -
XYZ 48.72 40.14 58 -
YUV 174.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 214 150 197 0 0.30 0.08 0.16 315.94 0.44 0.71
Hex D6 96 C5 0 1E 8 10 13C 2C 47
Octal 326 226 305 0 36 10 20 474 54 107
Binary 11010110 10010110 11000101 0 11110 1000 10000 100111100 101100 1000111

Color Harmonies of #D696C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696C5

Black with #D696C5

Text Example


Text Example

White with #D696C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696C5; }

 p { color: rgb(214,150,197); }

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

background-color css

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

 a { background-color: rgb(214,150,197); }

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

border-color css

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

 span { border-color: rgb(214,150,197); }

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