Html Css Color HEX #D697C7 Lilac

📋 copy color: '#D697C7'

red 214 ◦ green 151 ◦ blue 199

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

Shades of Lilac #D697C7

Tints of Lilac #D697C7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.77%

 BLUE value IS 199 (78.13% from 255) = 35.28%

R = 37.94%
G = 26.77%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D697C7 (or 0xD697C7) is known color: Lilac. HEX triplet: D6, 97 and C7. RGB value is (214,151,199). Sum of RGB (Red+Green+Blue) = 214+151+199=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C7 is #296838. Grayscale: #AFAFAF. Windows color (decimal): -2713657 or 13080534. OLE color: 13080534.

HSL color Cylindrical-coordinate representation of color #D697C7: hue angle of 314.29º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697C7 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 199 -
CMYK 0 0.29 0.07 0.16
HSL 314.29º 0.43% 0.72% -
HSV(B) 314.29º 0.29% 0.84% -
XYZ 49.11 40.55 59.27 -
YUV 175.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 214 151 199 0 0.29 0.07 0.16 314.29 0.43 0.72
Hex D6 97 C7 0 1D 7 10 13A 2B 48
Octal 326 227 307 0 35 7 20 472 53 110
Binary 11010110 10010111 11000111 0 11101 111 10000 100111010 101011 1001000

Color Harmonies of #D697C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697C7

Black with #D697C7

Text Example


Text Example

White with #D697C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697C7; }

 p { color: rgb(214,151,199); }

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

background-color css

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

 a { background-color: rgb(214,151,199); }

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

border-color css

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

 span { border-color: rgb(214,151,199); }

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