#D079ED

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

Shades of Heliotrope #D079ED

Tints of Heliotrope #D079ED

Color information

#D079ED (or 0xD079ED) is unknown color: approx Heliotrope. HEX triplet: D0, 79 and ED. RGB value is (208,121,237). Sum of RGB (Red+Green+Blue) = 208+121+237=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #D079ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D079ED is #2F8612. Grayscale: #9F9F9F. Windows color (decimal): -3114515 or 15563216. OLE color: 15563216.

HSL color Cylindrical-coordinate representation of color #D079ED: hue angle of 285º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D079ED is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208121237-
CMYK0.120.4900.07
HSL285º76.32%70.2%-
HSV(B)285º48.95%92.94%-
XYZ48.1433.283.99-
YUV160.24171.32162.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 121 (47.66% from 255) = 21.38%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=36.75%
G=21.38%
B=41.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081212370.120.4900.0728576.3270.2
HexD079EDC310711d4c46
Octal320171355146107435114106
Binary110100001111001111011011100110001011110001110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079ED; }

 p { color: rgb(208,121,237); }

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

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

 a { background-color: rgb(208,121,237); }

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

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

 span { border-color: rgb(208,121,237); }

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