#d07aeb

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

Shades of Heliotrope #D07AEB

Tints of Heliotrope #D07AEB

Color information

#D07AEB (or 0xD07AEB) is unknown color: approx Heliotrope. HEX triplet: D0, 7A and EB. RGB value is (208,122,235). Sum of RGB (Red+Green+Blue) = 208+122+235=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #D07AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AEB is #2F8514. Grayscale: #A0A0A0. Windows color (decimal): -3114261 or 15432400. OLE color: 15432400.

HSL color Cylindrical-coordinate representation of color #D07AEB: hue angle of 285.66º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07AEB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208122235-
CMYK0.110.4800.08
HSL285.66º73.86%70%-
HSV(B)285.66º48.09%92.16%-
XYZ47.9733.3382.5-
YUV160.6169.99161.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=36.81%
G=21.59%
B=41.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081222350.110.4800.08285.6673.8670
HexD07AEBB300811e4a46
Octal3201723531360010436112106
Binary1101000011110101110101110111100000100010001111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07aeb; }

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

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

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

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

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

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

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

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