#D368F6

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

Shades of Heliotrope #D368F6

Tints of Heliotrope #D368F6

Color information

#D368F6 (or 0xD368F6) is unknown color: approx Heliotrope. HEX triplet: D3, 68 and F6. RGB value is (211,104,246). Sum of RGB (Red+Green+Blue) = 211+104+246=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #D368F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368F6 is #2C9709. Grayscale: #979797. Windows color (decimal): -2922250 or 16148691. OLE color: 16148691.

HSL color Cylindrical-coordinate representation of color #D368F6: hue angle of 285.21º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D368F6 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211104246-
CMYK0.140.5800.04
HSL285.21º88.75%68.63%-
HSV(B)285.21º57.72%96.47%-
XYZ48.4530.490.5-
YUV152.18180.95169.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.61%
GREEN value IS 104 (41.02% from 255) = 18.54%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=37.61%
G=18.54%
B=43.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111042460.140.5800.04285.2188.7568.63
HexD368F6E3A0411d5945
Octal323150366167204435131105
Binary110100111101000111101101110111010010010001110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D368F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D368F6; }

 p { color: rgb(211,104,246); }

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

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

 a { background-color: rgb(211,104,246); }

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

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

 span { border-color: rgb(211,104,246); }

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