#D268F6

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

Shades of Heliotrope #D268F6

Tints of Heliotrope #D268F6

Color information

#D268F6 (or 0xD268F6) is unknown color: approx Heliotrope. HEX triplet: D2, 68 and F6. RGB value is (210,104,246). Sum of RGB (Red+Green+Blue) = 210+104+246=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #D268F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D268F6 is #2D9709. Grayscale: #979797. Windows color (decimal): -2987786 or 16148690. OLE color: 16148690.

HSL color Cylindrical-coordinate representation of color #D268F6: hue angle of 284.79º 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 #D268F6 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210104246-
CMYK0.150.5800.04
HSL284.79º88.75%68.63%-
HSV(B)284.79º57.72%96.47%-
XYZ48.1630.2690.49-
YUV151.88181.12169.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 18.57%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=37.5%
G=18.57%
B=43.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101042460.150.5800.04284.7988.7568.63
HexD268F6F3A0411d5945
Octal322150366177204435131105
Binary110100101101000111101101111111010010010001110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D268F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D268F6; }

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

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

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

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

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

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

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

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