Html Css Color HEX #D096CF Lilac

📋 copy color: '#D096CF'

red 208 ◦ green 150 ◦ blue 207

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

Shades of Lilac #D096CF

Tints of Lilac #D096CF

RGB

 RED value IS 208 (81.64% from 255) = 36.81%

 GREEN value IS 150 (58.98% from 255) = 26.55%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 36.81%
G = 26.55%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D096CF (or 0xD096CF) is known color: Lilac. HEX triplet: D0, 96 and CF. RGB value is (208,150,207). Sum of RGB (Red+Green+Blue) = 208+150+207=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CF is #2F6930. Grayscale: #ADADAD. Windows color (decimal): -3107121 or 13604560. OLE color: 13604560.

HSL color Cylindrical-coordinate representation of color #D096CF: hue angle of 301.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096CF is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 207 -
CMYK 0 0.28 0.00 0.18
HSL 301.03º 0.38% 0.7% -
HSV(B) 301.03º 0.28% 0.82% -
XYZ 48.18 39.73 64.16 -
YUV 173.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 208 150 207 0 0.28 0.00 0.18 301.03 0.38 0.7
Hex D0 96 CF 0 1C 0 12 12D 26 46
Octal 320 226 317 0 34 0 22 455 46 106
Binary 11010000 10010110 11001111 0 11100 0 10010 100101101 100110 1000110

Color Harmonies of #D096CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096CF

Black with #D096CF

Text Example


Text Example

White with #D096CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096CF; }

 p { color: rgb(208,150,207); }

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

background-color css

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

 a { background-color: rgb(208,150,207); }

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

border-color css

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

 span { border-color: rgb(208,150,207); }

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