Html Css Color HEX #D69DC8 Lilac

📋 copy color: '#D69DC8'

red 214 ◦ green 157 ◦ blue 200

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

Shades of Lilac #D69DC8

Tints of Lilac #D69DC8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.5%

 BLUE value IS 200 (78.52% from 255) = 35.03%

R = 37.48%
G = 27.5%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D69DC8 (or 0xD69DC8) is known color: Lilac. HEX triplet: D6, 9D and C8. RGB value is (214,157,200). Sum of RGB (Red+Green+Blue) = 214+157+200=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC8 is #296237. Grayscale: #B2B2B2. Windows color (decimal): -2712120 or 13147606. OLE color: 13147606.

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

Color convert

RGB 214 157 200 -
CMYK 0 0.27 0.07 0.16
HSL 314.74º 0.41% 0.73% -
HSV(B) 314.74º 0.27% 0.84% -
XYZ 50.21 42.58 60.22 -
YUV 178.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 214 157 200 0 0.27 0.07 0.16 314.74 0.41 0.73
Hex D6 9D C8 0 1B 7 10 13B 29 49
Octal 326 235 310 0 33 7 20 473 51 111
Binary 11010110 10011101 11001000 0 11011 111 10000 100111011 101001 1001001

Color Harmonies of #D69DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DC8

Black with #D69DC8

Text Example


Text Example

White with #D69DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DC8; }

 p { color: rgb(214,157,200); }

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

background-color css

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

 a { background-color: rgb(214,157,200); }

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

border-color css

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

 span { border-color: rgb(214,157,200); }

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