#D16EFB

Color #D16EFB Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D16EFB

Tints of Heliotrope #D16EFB

Color information

#D16EFB (or 0xD16EFB) is unknown color: approx Heliotrope. HEX triplet: D1, 6E and FB. RGB value is (209,110,251). Sum of RGB (Red+Green+Blue) = 209+110+251=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #D16EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EFB is #2E9104. Grayscale: #9B9B9B. Windows color (decimal): -3051781 or 16477905. OLE color: 16477905.

HSL color Cylindrical-coordinate representation of color #D16EFB: hue angle of 282.13º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16EFB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209110251-
CMYK0.170.5600.02
HSL282.13º94.63%70.78%-
HSV(B)282.13º56.18%98.43%-
XYZ49.2831.6794.78-
YUV155.67181.8166.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 110 (43.36% from 255) = 19.30%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=36.67%
G=19.30%
B=44.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091102510.170.5600.02282.1394.6370.78
HexD16EFB11380211a5f47
Octal321156373217002432137107
Binary110100011101110111110111000111100001010001101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EFB; }

 p { color: rgb(209,110,251); }

 H1.HeaderClassName
 {
   color: #D16EFB;
 }
 .AnyTagClassName
 {
   color: #D16EFB;
 }
</style>
background-color css

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

 a { background-color: rgb(209,110,251); }

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

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

 span { border-color: rgb(209,110,251); }

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