Html Css Color HEX #D695C9 Lilac

📋 copy color: '#D695C9'

red 214 ◦ green 149 ◦ blue 201

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

Shades of Lilac #D695C9

Tints of Lilac #D695C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 37.94%
G = 26.42%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D695C9 (or 0xD695C9) is known color: Lilac. HEX triplet: D6, 95 and C9. RGB value is (214,149,201). Sum of RGB (Red+Green+Blue) = 214+149+201=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C9 is #296A36. Grayscale: #AEAEAE. Windows color (decimal): -2714167 or 13211094. OLE color: 13211094.

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

Color convert

RGB 214 149 201 -
CMYK 0 0.30 0.06 0.16
HSL 312º 0.44% 0.71% -
HSV(B) 312º 0.3% 0.84% -
XYZ 49.02 40.01 60.4 -
YUV 174.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 214 149 201 0 0.30 0.06 0.16 312 0.44 0.71
Hex D6 95 C9 0 1E 6 10 138 2C 47
Octal 326 225 311 0 36 6 20 470 54 107
Binary 11010110 10010101 11001001 0 11110 110 10000 100111000 101100 1000111

Color Harmonies of #D695C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695C9

Black with #D695C9

Text Example


Text Example

White with #D695C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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