#D07AFA

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

Shades of Heliotrope #D07AFA

Tints of Heliotrope #D07AFA

Color information

#D07AFA (or 0xD07AFA) is unknown color: approx Heliotrope. HEX triplet: D0, 7A and FA. RGB value is (208,122,250). Sum of RGB (Red+Green+Blue) = 208+122+250=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #D07AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AFA is #2F8505. Grayscale: #A1A1A1. Windows color (decimal): -3114246 or 16415440. OLE color: 16415440.

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

Color convert

RGB208122250-
CMYK0.170.5100.02
HSL280.31º92.75%72.94%-
HSV(B)280.31º51.2%98.04%-
XYZ50.2334.2394.4-
YUV162.31177.49160.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 122 (48.05% from 255) = 21.03%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=35.86%
G=21.03%
B=43.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081222500.170.5100.02280.3192.7572.94
HexD07AFA1133021185d49
Octal320172372216302430135111
Binary110100001111010111110101000111001101010001100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AFA; }

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

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

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

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

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

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

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

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