#D07EFD

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

Shades of Heliotrope #D07EFD

Tints of Heliotrope #D07EFD

Color information

#D07EFD (or 0xD07EFD) is unknown color: approx Heliotrope. HEX triplet: D0, 7E and FD. RGB value is (208,126,253). Sum of RGB (Red+Green+Blue) = 208+126+253=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #D07EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFD is #2F8102. Grayscale: #A4A4A4. Windows color (decimal): -3113219 or 16613072. OLE color: 16613072.

HSL color Cylindrical-coordinate representation of color #D07EFD: hue angle of 278.74º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07EFD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208126253-
CMYK0.180.5000.01
HSL278.74º96.95%74.31%-
HSV(B)278.74º50.2%99.22%-
XYZ51.235.4297.07-
YUV165177.67158.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 126 (49.61% from 255) = 21.47%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=35.43%
G=21.47%
B=43.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081262530.180.5000.01278.7496.9574.31
HexD07EFD123201117614a
Octal320176375226201427141112
Binary11010000111111011111101100101100100110001011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07EFD; }

 p { color: rgb(208,126,253); }

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

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

 a { background-color: rgb(208,126,253); }

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

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

 span { border-color: rgb(208,126,253); }

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