Html Css Color HEX #D68ECD Lilac

📋 copy color: '#D68ECD'

red 214 ◦ green 142 ◦ blue 205

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

Shades of Lilac #D68ECD

Tints of Lilac #D68ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

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

R = 38.15%
G = 25.31%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D68ECD (or 0xD68ECD) is known color: Lilac. HEX triplet: D6, 8E and CD. RGB value is (214,142,205). Sum of RGB (Red+Green+Blue) = 214+142+205=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECD is #297132. Grayscale: #AAAAAA. Windows color (decimal): -2715955 or 13471446. OLE color: 13471446.

HSL color Cylindrical-coordinate representation of color #D68ECD: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ECD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 205 -
CMYK 0 0.34 0.04 0.16
HSL 307.5º 0.47% 0.7% -
HSV(B) 307.5º 0.34% 0.84% -
XYZ 48.42 38.05 62.55 -
YUV 170.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 214 142 205 0 0.34 0.04 0.16 307.5 0.47 0.7
Hex D6 8E CD 0 22 4 10 134 2F 46
Octal 326 216 315 0 42 4 20 464 57 106
Binary 11010110 10001110 11001101 0 100010 100 10000 100110100 101111 1000110

Color Harmonies of #D68ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ECD

Black with #D68ECD

Text Example


Text Example

White with #D68ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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