Html Css Color HEX #D697C8 Lilac

📋 copy color: '#D697C8'

red 214 ◦ green 151 ◦ blue 200

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

Shades of Lilac #D697C8

Tints of Lilac #D697C8

RGB

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

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

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

R = 37.88%
G = 26.73%
B = 35.4%

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

#D697C8 (or 0xD697C8) is known color: Lilac. HEX triplet: D6, 97 and C8. RGB value is (214,151,200). Sum of RGB (Red+Green+Blue) = 214+151+200=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C8 is #296837. Grayscale: #AFAFAF. Windows color (decimal): -2713656 or 13146070. OLE color: 13146070.

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

Color convert

RGB 214 151 200 -
CMYK 0 0.29 0.07 0.16
HSL 313.33º 0.43% 0.72% -
HSV(B) 313.33º 0.29% 0.84% -
XYZ 49.22 40.6 59.89 -
YUV 175.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 214 151 200 0 0.29 0.07 0.16 313.33 0.43 0.72
Hex D6 97 C8 0 1D 7 10 139 2B 48
Octal 326 227 310 0 35 7 20 471 53 110
Binary 11010110 10010111 11001000 0 11101 111 10000 100111001 101011 1001000

Color Harmonies of #D697C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697C8

Black with #D697C8

Text Example


Text Example

White with #D697C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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