Html Css Color HEX #D697C5 Lilac

📋 copy color: '#D697C5'

red 214 ◦ green 151 ◦ blue 197

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

Shades of Lilac #D697C5

Tints of Lilac #D697C5

RGB

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

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

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

R = 38.08%
G = 26.87%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D697C5 (or 0xD697C5) is known color: Lilac. HEX triplet: D6, 97 and C5. RGB value is (214,151,197). Sum of RGB (Red+Green+Blue) = 214+151+197=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C5 is #29683A. Grayscale: #AEAEAE. Windows color (decimal): -2713659 or 12949462. OLE color: 12949462.

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

Color convert

RGB 214 151 197 -
CMYK 0 0.29 0.08 0.16
HSL 316.19º 0.43% 0.72% -
HSV(B) 316.19º 0.29% 0.84% -
XYZ 48.88 40.46 58.06 -
YUV 175.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 214 151 197 0 0.29 0.08 0.16 316.19 0.43 0.72
Hex D6 97 C5 0 1D 8 10 13C 2B 48
Octal 326 227 305 0 35 10 20 474 53 110
Binary 11010110 10010111 11000101 0 11101 1000 10000 100111100 101011 1001000

Color Harmonies of #D697C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697C5

Black with #D697C5

Text Example


Text Example

White with #D697C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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