Html Css Color HEX #D695C5 Lilac

📋 copy color: '#D695C5'

red 214 ◦ green 149 ◦ blue 197

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

Shades of Lilac #D695C5

Tints of Lilac #D695C5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.61%

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

R = 38.21%
G = 26.61%
B = 35.18%

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

#D695C5 (or 0xD695C5) is known color: Lilac. HEX triplet: D6, 95 and C5. RGB value is (214,149,197). Sum of RGB (Red+Green+Blue) = 214+149+197=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C5 is #296A3A. Grayscale: #ADADAD. Windows color (decimal): -2714171 or 12948950. OLE color: 12948950.

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

Color convert

RGB 214 149 197 -
CMYK 0 0.30 0.08 0.16
HSL 315.69º 0.44% 0.71% -
HSV(B) 315.69º 0.3% 0.84% -
XYZ 48.56 39.82 57.95 -
YUV 173.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 214 149 197 0 0.30 0.08 0.16 315.69 0.44 0.71
Hex D6 95 C5 0 1E 8 10 13C 2C 47
Octal 326 225 305 0 36 10 20 474 54 107
Binary 11010110 10010101 11000101 0 11110 1000 10000 100111100 101100 1000111

Color Harmonies of #D695C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695C5

Black with #D695C5

Text Example


Text Example

White with #D695C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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