#D07FF7

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

Shades of Heliotrope #D07FF7

Tints of Heliotrope #D07FF7

Color information

#D07FF7 (or 0xD07FF7) is unknown color: approx Heliotrope. HEX triplet: D0, 7F and F7. RGB value is (208,127,247). Sum of RGB (Red+Green+Blue) = 208+127+247=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #D07FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FF7 is #2F8008. Grayscale: #A4A4A4. Windows color (decimal): -3112969 or 16220112. OLE color: 16220112.

HSL color Cylindrical-coordinate representation of color #D07FF7: hue angle of 280.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07FF7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208127247-
CMYK0.160.4900.03
HSL280.5º88.24%73.33%-
HSV(B)280.5º48.58%96.86%-
XYZ50.3935.392.15-
YUV164.9174.34158.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 127 (50% from 255) = 21.82%
BLUE value IS 247 (96.88% from 255) = 42.44%
R=35.74%
G=21.82%
B=42.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081272470.160.4900.03280.588.2473.33
HexD07FF71031031185849
Octal320177367206103430130111
Binary110100001111111111101111000011000101110001100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FF7; }

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

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

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

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

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

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

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

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