#D16EFE

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

Shades of Heliotrope #D16EFE

Tints of Heliotrope #D16EFE

Color information

#D16EFE (or 0xD16EFE) is unknown color: approx Heliotrope. HEX triplet: D1, 6E and FE. RGB value is (209,110,254). Sum of RGB (Red+Green+Blue) = 209+110+254=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #D16EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EFE is #2E9101. Grayscale: #9B9B9B. Windows color (decimal): -3051778 or 16674513. OLE color: 16674513.

HSL color Cylindrical-coordinate representation of color #D16EFE: hue angle of 281.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16EFE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209110254-
CMYK0.180.5700.00
HSL281.25º98.63%71.37%-
HSV(B)281.25º56.69%99.61%-
XYZ49.7631.8697.29-
YUV156.02183.3165.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 110 (43.36% from 255) = 19.20%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=36.47%
G=19.20%
B=44.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091102540.180.5700.00281.2598.6371.37
HexD16EFE1239001196347
Octal321156376227100431143107
Binary11010001110111011111110100101110010010001100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EFE; }

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

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

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

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

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

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

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

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