Html Css Color HEX #D69FCD Lilac

📋 copy color: '#D69FCD'

red 214 ◦ green 159 ◦ blue 205

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

Shades of Lilac #D69FCD

Tints of Lilac #D69FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.51%

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

R = 37.02%
G = 27.51%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D69FCD (or 0xD69FCD) is known color: Lilac. HEX triplet: D6, 9F and CD. RGB value is (214,159,205). Sum of RGB (Red+Green+Blue) = 214+159+205=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCD is #296032. Grayscale: #B4B4B4. Windows color (decimal): -2711603 or 13475798. OLE color: 13475798.

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

Color convert

RGB 214 159 205 -
CMYK 0 0.26 0.04 0.16
HSL 309.82º 0.4% 0.73% -
HSV(B) 309.82º 0.26% 0.84% -
XYZ 51.15 43.5 63.46 -
YUV 180.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 214 159 205 0 0.26 0.04 0.16 309.82 0.4 0.73
Hex D6 9F CD 0 1A 4 10 136 28 49
Octal 326 237 315 0 32 4 20 466 50 111
Binary 11010110 10011111 11001101 0 11010 100 10000 100110110 101000 1001001

Color Harmonies of #D69FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FCD

Black with #D69FCD

Text Example


Text Example

White with #D69FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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