Html Css Color HEX #D68DCD Lilac

📋 copy color: '#D68DCD'

red 214 ◦ green 141 ◦ blue 205

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

Shades of Lilac #D68DCD

Tints of Lilac #D68DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.18%

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

R = 38.21%
G = 25.18%
B = 36.61%

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

#D68DCD (or 0xD68DCD) is known color: Lilac. HEX triplet: D6, 8D and CD. RGB value is (214,141,205). Sum of RGB (Red+Green+Blue) = 214+141+205=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DCD is #297232. Grayscale: #A9A9A9. Windows color (decimal): -2716211 or 13471190. OLE color: 13471190.

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

Color convert

RGB 214 141 205 -
CMYK 0 0.34 0.04 0.16
HSL 307.4º 0.47% 0.7% -
HSV(B) 307.4º 0.34% 0.84% -
XYZ 48.28 37.75 62.5 -
YUV 170.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 214 141 205 0 0.34 0.04 0.16 307.4 0.47 0.7
Hex D6 8D CD 0 22 4 10 133 2F 46
Octal 326 215 315 0 42 4 20 463 57 106
Binary 11010110 10001101 11001101 0 100010 100 10000 100110011 101111 1000110

Color Harmonies of #D68DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DCD

Black with #D68DCD

Text Example


Text Example

White with #D68DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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