#D07FF6

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

Shades of Heliotrope #D07FF6

Tints of Heliotrope #D07FF6

Color information

#D07FF6 (or 0xD07FF6) is unknown color: approx Heliotrope. HEX triplet: D0, 7F and F6. RGB value is (208,127,246). Sum of RGB (Red+Green+Blue) = 208+127+246=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #D07FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FF6 is #2F8009. Grayscale: #A4A4A4. Windows color (decimal): -3112970 or 16154576. OLE color: 16154576.

HSL color Cylindrical-coordinate representation of color #D07FF6: hue angle of 280.84º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07FF6 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208127246-
CMYK0.150.4800.04
HSL280.84º86.86%73.14%-
HSV(B)280.84º48.37%96.47%-
XYZ50.2435.2491.34-
YUV164.78173.84158.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 127 (50% from 255) = 21.86%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=35.80%
G=21.86%
B=42.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081272460.150.4800.04280.8486.8673.14
HexD07FF6F30041195749
Octal320177366176004431127111
Binary110100001111111111101101111110000010010001100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FF6; }

 p { color: rgb(208,127,246); }

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

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

 a { background-color: rgb(208,127,246); }

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

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

 span { border-color: rgb(208,127,246); }

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