#D16BF2

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

Shades of Heliotrope #D16BF2

Tints of Heliotrope #D16BF2

Color information

#D16BF2 (or 0xD16BF2) is unknown color: approx Heliotrope. HEX triplet: D1, 6B and F2. RGB value is (209,107,242). Sum of RGB (Red+Green+Blue) = 209+107+242=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #D16BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BF2 is #2E940D. Grayscale: #989898. Windows color (decimal): -3052558 or 15887313. OLE color: 15887313.

HSL color Cylindrical-coordinate representation of color #D16BF2: hue angle of 285.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16BF2 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209107242-
CMYK0.140.5600.05
HSL285.33º83.85%68.43%-
HSV(B)285.33º55.79%94.9%-
XYZ47.5830.4887.38-
YUV152.89178.29168.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 242 (94.92% from 255) = 43.37%
R=37.46%
G=19.18%
B=43.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091072420.140.5600.05285.3383.8568.43
HexD16BF2E380511d5444
Octal321153362167005435124104
Binary110100011101011111100101110111000010110001110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BF2; }

 p { color: rgb(209,107,242); }

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

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

 a { background-color: rgb(209,107,242); }

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

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

 span { border-color: rgb(209,107,242); }

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