Html Css Color HEX #D68DCC Lilac

📋 copy color: '#D68DCC'

red 214 ◦ green 141 ◦ blue 204

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

Shades of Lilac #D68DCC

Tints of Lilac #D68DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 38.28%
G = 25.22%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D68DCC (or 0xD68DCC) is known color: Lilac. HEX triplet: D6, 8D and CC. RGB value is (214,141,204). Sum of RGB (Red+Green+Blue) = 214+141+204=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DCC is #297233. Grayscale: #A9A9A9. Windows color (decimal): -2716212 or 13405654. OLE color: 13405654.

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

Color convert

RGB 214 141 204 -
CMYK 0 0.34 0.05 0.16
HSL 308.22º 0.47% 0.7% -
HSV(B) 308.22º 0.34% 0.84% -
XYZ 48.16 37.71 61.87 -
YUV 170.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 214 141 204 0 0.34 0.05 0.16 308.22 0.47 0.7
Hex D6 8D CC 0 22 5 10 134 2F 46
Octal 326 215 314 0 42 5 20 464 57 106
Binary 11010110 10001101 11001100 0 100010 101 10000 100110100 101111 1000110

Color Harmonies of #D68DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DCC

Black with #D68DCC

Text Example


Text Example

White with #D68DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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