Html Css Color HEX #D696C8 Lilac

📋 copy color: '#D696C8'

red 214 ◦ green 150 ◦ blue 200

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

Shades of Lilac #D696C8

Tints of Lilac #D696C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.46%

R = 37.94%
G = 26.6%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D696C8 (or 0xD696C8) is known color: Lilac. HEX triplet: D6, 96 and C8. RGB value is (214,150,200). Sum of RGB (Red+Green+Blue) = 214+150+200=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C8 is #296937. Grayscale: #AEAEAE. Windows color (decimal): -2713912 or 13145814. OLE color: 13145814.

HSL color Cylindrical-coordinate representation of color #D696C8: hue angle of 313.12º 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 #D696C8 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 200 -
CMYK 0 0.30 0.07 0.16
HSL 313.13º 0.44% 0.71% -
HSV(B) 313.13º 0.3% 0.84% -
XYZ 49.06 40.28 59.83 -
YUV 174.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 214 150 200 0 0.30 0.07 0.16 313.13 0.44 0.71
Hex D6 96 C8 0 1E 7 10 139 2C 47
Octal 326 226 310 0 36 7 20 471 54 107
Binary 11010110 10010110 11001000 0 11110 111 10000 100111001 101100 1000111

Color Harmonies of #D696C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696C8

Black with #D696C8

Text Example


Text Example

White with #D696C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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