#D07AEF

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

Shades of Heliotrope #D07AEF

Tints of Heliotrope #D07AEF

Color information

#D07AEF (or 0xD07AEF) is unknown color: approx Heliotrope. HEX triplet: D0, 7A and EF. RGB value is (208,122,239). Sum of RGB (Red+Green+Blue) = 208+122+239=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #D07AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AEF is #2F8510. Grayscale: #A0A0A0. Windows color (decimal): -3114257 or 15694544. OLE color: 15694544.

HSL color Cylindrical-coordinate representation of color #D07AEF: hue angle of 284.1º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07AEF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208122239-
CMYK0.130.4900.06
HSL284.1º78.52%70.78%-
HSV(B)284.1º48.95%93.73%-
XYZ48.5533.5685.58-
YUV161.05171.99161.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=36.56%
G=21.44%
B=42.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081222390.130.4900.06284.178.5270.78
HexD07AEFD310611c4f47
Octal320172357156106434117107
Binary110100001111010111011111101110001011010001110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AEF; }

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

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

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

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

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

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

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

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