Html Css Color HEX #D69FCC Lilac

📋 copy color: '#D69FCC'

red 214 ◦ green 159 ◦ blue 204

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

Shades of Lilac #D69FCC

Tints of Lilac #D69FCC

RGB

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

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

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

R = 37.09%
G = 27.56%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D69FCC (or 0xD69FCC) is known color: Lilac. HEX triplet: D6, 9F and CC. RGB value is (214,159,204). Sum of RGB (Red+Green+Blue) = 214+159+204=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCC is #296033. Grayscale: #B4B4B4. Windows color (decimal): -2711604 or 13410262. OLE color: 13410262.

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

Color convert

RGB 214 159 204 -
CMYK 0 0.26 0.05 0.16
HSL 310.91º 0.4% 0.73% -
HSV(B) 310.91º 0.26% 0.84% -
XYZ 51.03 43.45 62.82 -
YUV 180.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 214 159 204 0 0.26 0.05 0.16 310.91 0.4 0.73
Hex D6 9F CC 0 1A 5 10 137 28 49
Octal 326 237 314 0 32 5 20 467 50 111
Binary 11010110 10011111 11001100 0 11010 101 10000 100110111 101000 1001001

Color Harmonies of #D69FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FCC

Black with #D69FCC

Text Example


Text Example

White with #D69FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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