#D468F6

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

Shades of Heliotrope #D468F6

Tints of Heliotrope #D468F6

Color information

#D468F6 (or 0xD468F6) is unknown color: approx Heliotrope. HEX triplet: D4, 68 and F6. RGB value is (212,104,246). Sum of RGB (Red+Green+Blue) = 212+104+246=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #D468F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D468F6 is #2B9709. Grayscale: #989898. Windows color (decimal): -2856714 or 16148692. OLE color: 16148692.

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

Color convert

RGB212104246-
CMYK0.140.5800.04
HSL285.63º88.75%68.63%-
HSV(B)285.63º57.72%96.47%-
XYZ48.7430.5590.52-
YUV152.48180.78170.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 104 (41.02% from 255) = 18.51%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=37.72%
G=18.51%
B=43.77%

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
Decimal2121042460.140.5800.04285.6388.7568.63
HexD468F6E3A0411e5945
Octal324150366167204436131105
Binary110101001101000111101101110111010010010001111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D468F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D468F6; }

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

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

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

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

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

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

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

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