#D16FFD

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

Shades of Heliotrope #D16FFD

Tints of Heliotrope #D16FFD

Color information

#D16FFD (or 0xD16FFD) is unknown color: approx Heliotrope. HEX triplet: D1, 6F and FD. RGB value is (209,111,253). Sum of RGB (Red+Green+Blue) = 209+111+253=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #D16FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FFD is #2E9002. Grayscale: #9C9C9C. Windows color (decimal): -3051523 or 16609233. OLE color: 16609233.

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

Color convert

RGB209111253-
CMYK0.170.5600.01
HSL281.41º97.26%71.37%-
HSV(B)281.41º56.13%99.22%-
XYZ49.7132.0296.49-
YUV156.49182.47165.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 111 (43.75% from 255) = 19.37%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=36.47%
G=19.37%
B=44.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091112530.170.5600.01281.4197.2671.37
HexD16FFD1138011196147
Octal321157375217001431141107
Binary11010001110111111111101100011110000110001100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16FFD; }

 p { color: rgb(209,111,253); }

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

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

 a { background-color: rgb(209,111,253); }

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

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

 span { border-color: rgb(209,111,253); }

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