#D07EFA

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

Shades of Heliotrope #D07EFA

Tints of Heliotrope #D07EFA

Color information

#D07EFA (or 0xD07EFA) is unknown color: approx Heliotrope. HEX triplet: D0, 7E and FA. RGB value is (208,126,250). Sum of RGB (Red+Green+Blue) = 208+126+250=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D07EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFA is #2F8105. Grayscale: #A4A4A4. Windows color (decimal): -3113222 or 16416464. OLE color: 16416464.

HSL color Cylindrical-coordinate representation of color #D07EFA: hue angle of 279.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07EFA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208126250-
CMYK0.170.5000.02
HSL279.68º92.54%73.73%-
HSV(B)279.68º49.6%98.04%-
XYZ50.7335.2394.57-
YUV164.65176.17158.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 126 (49.61% from 255) = 21.58%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=35.62%
G=21.58%
B=42.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081262500.170.5000.02279.6892.5473.73
HexD07EFA1132021185d4a
Octal320176372216202430135112
Binary110100001111110111110101000111001001010001100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07EFA; }

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

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

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

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

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

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

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

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