Html Css Color HEX #D695CD Lilac

📋 copy color: '#D695CD'

red 214 ◦ green 149 ◦ blue 205

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

Shades of Lilac #D695CD

Tints of Lilac #D695CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 37.68%
G = 26.23%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D695CD (or 0xD695CD) is known color: Lilac. HEX triplet: D6, 95 and CD. RGB value is (214,149,205). Sum of RGB (Red+Green+Blue) = 214+149+205=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CD is #296A32. Grayscale: #AEAEAE. Windows color (decimal): -2714163 or 13473238. OLE color: 13473238.

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

Color convert

RGB 214 149 205 -
CMYK 0 0.30 0.04 0.16
HSL 308.31º 0.44% 0.71% -
HSV(B) 308.31º 0.3% 0.84% -
XYZ 49.5 40.2 62.91 -
YUV 174.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 214 149 205 0 0.30 0.04 0.16 308.31 0.44 0.71
Hex D6 95 CD 0 1E 4 10 134 2C 47
Octal 326 225 315 0 36 4 20 464 54 107
Binary 11010110 10010101 11001101 0 11110 100 10000 100110100 101100 1000111

Color Harmonies of #D695CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695CD

Black with #D695CD

Text Example


Text Example

White with #D695CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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