#D07DFF

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

Shades of Heliotrope #D07DFF

Tints of Heliotrope #D07DFF

Color information

#D07DFF (or 0xD07DFF) is unknown color: approx Heliotrope. HEX triplet: D0, 7D and FF. RGB value is (208,125,255). Sum of RGB (Red+Green+Blue) = 208+125+255=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DFF is #2F8200. Grayscale: #A4A4A4. Windows color (decimal): -3113473 or 16743888. OLE color: 16743888.

HSL color Cylindrical-coordinate representation of color #D07DFF: hue angle of 278.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07DFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208125255-
CMYK0.180.5100
HSL278.31º100%74.51%-
HSV(B)278.31º50.98%100%-
XYZ51.435.398.71-
YUV164.64179158.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 125 (49.22% from 255) = 21.26%
BLUE value IS 255 (100% from 255) = 43.37%
R=35.37%
G=21.26%
B=43.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081252550.180.5100278.3110074.51
HexD07DFF123300116644b
Octal320175377226300426144113
Binary11010000111110111111111100101100110010001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DFF; }

 p { color: rgb(208,125,255); }

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

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

 a { background-color: rgb(208,125,255); }

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

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

 span { border-color: rgb(208,125,255); }

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