Html Css Color HEX #D68DC7 Lilac

📋 copy color: '#D68DC7'

red 214 ◦ green 141 ◦ blue 199

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

Shades of Lilac #D68DC7

Tints of Lilac #D68DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 38.63%
G = 25.45%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D68DC7 (or 0xD68DC7) is known color: Lilac. HEX triplet: D6, 8D and C7. RGB value is (214,141,199). Sum of RGB (Red+Green+Blue) = 214+141+199=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DC7 is #297238. Grayscale: #A9A9A9. Windows color (decimal): -2716217 or 13077974. OLE color: 13077974.

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

Color convert

RGB 214 141 199 -
CMYK 0 0.34 0.07 0.16
HSL 312.33º 0.47% 0.7% -
HSV(B) 312.33º 0.34% 0.84% -
XYZ 47.57 37.47 58.76 -
YUV 169.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 214 141 199 0 0.34 0.07 0.16 312.33 0.47 0.7
Hex D6 8D C7 0 22 7 10 138 2F 46
Octal 326 215 307 0 42 7 20 470 57 106
Binary 11010110 10001101 11000111 0 100010 111 10000 100111000 101111 1000110

Color Harmonies of #D68DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DC7

Black with #D68DC7

Text Example


Text Example

White with #D68DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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