Html Css Color HEX #D695C8 Lilac

📋 copy color: '#D695C8'

red 214 ◦ green 149 ◦ blue 200

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

Shades of Lilac #D695C8

Tints of Lilac #D695C8

RGB

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

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

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

R = 38.01%
G = 26.47%
B = 35.52%

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

#D695C8 (or 0xD695C8) is known color: Lilac. HEX triplet: D6, 95 and C8. RGB value is (214,149,200). Sum of RGB (Red+Green+Blue) = 214+149+200=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C8 is #296A37. Grayscale: #AEAEAE. Windows color (decimal): -2714168 or 13145558. OLE color: 13145558.

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

Color convert

RGB 214 149 200 -
CMYK 0 0.30 0.07 0.16
HSL 312.92º 0.44% 0.71% -
HSV(B) 312.92º 0.3% 0.84% -
XYZ 48.9 39.96 59.78 -
YUV 174.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 214 149 200 0 0.30 0.07 0.16 312.92 0.44 0.71
Hex D6 95 C8 0 1E 7 10 139 2C 47
Octal 326 225 310 0 36 7 20 471 54 107
Binary 11010110 10010101 11001000 0 11110 111 10000 100111001 101100 1000111

Color Harmonies of #D695C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695C8

Black with #D695C8

Text Example


Text Example

White with #D695C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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