Html Css Color HEX #D69DCA Lilac

📋 copy color: '#D69DCA'

red 214 ◦ green 157 ◦ blue 202

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

Shades of Lilac #D69DCA

Tints of Lilac #D69DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 37.35%
G = 27.4%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D69DCA (or 0xD69DCA) is known color: Lilac. HEX triplet: D6, 9D and CA. RGB value is (214,157,202). Sum of RGB (Red+Green+Blue) = 214+157+202=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DCA is #296235. Grayscale: #B3B3B3. Windows color (decimal): -2712118 or 13278678. OLE color: 13278678.

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

Color convert

RGB 214 157 202 -
CMYK 0 0.27 0.06 0.16
HSL 312.63º 0.41% 0.73% -
HSV(B) 312.63º 0.27% 0.84% -
XYZ 50.45 42.67 61.46 -
YUV 179.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 214 157 202 0 0.27 0.06 0.16 312.63 0.41 0.73
Hex D6 9D CA 0 1B 6 10 139 29 49
Octal 326 235 312 0 33 6 20 471 51 111
Binary 11010110 10011101 11001010 0 11011 110 10000 100111001 101001 1001001

Color Harmonies of #D69DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DCA

Black with #D69DCA

Text Example


Text Example

White with #D69DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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