Html Css Color HEX #D69DCC Lilac

📋 copy color: '#D69DCC'

red 214 ◦ green 157 ◦ blue 204

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

Shades of Lilac #D69DCC

Tints of Lilac #D69DCC

RGB

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

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

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

R = 37.22%
G = 27.3%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D69DCC (or 0xD69DCC) is known color: Lilac. HEX triplet: D6, 9D and CC. RGB value is (214,157,204). Sum of RGB (Red+Green+Blue) = 214+157+204=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DCC is #296233. Grayscale: #B3B3B3. Windows color (decimal): -2712116 or 13409750. OLE color: 13409750.

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

Color convert

RGB 214 157 204 -
CMYK 0 0.27 0.05 0.16
HSL 310.53º 0.41% 0.73% -
HSV(B) 310.53º 0.27% 0.84% -
XYZ 50.69 42.77 62.71 -
YUV 179.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 214 157 204 0 0.27 0.05 0.16 310.53 0.41 0.73
Hex D6 9D CC 0 1B 5 10 137 29 49
Octal 326 235 314 0 33 5 20 467 51 111
Binary 11010110 10011101 11001100 0 11011 101 10000 100110111 101001 1001001

Color Harmonies of #D69DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DCC

Black with #D69DCC

Text Example


Text Example

White with #D69DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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