#D07DEA

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

Shades of Heliotrope #D07DEA

Tints of Heliotrope #D07DEA

Color information

#D07DEA (or 0xD07DEA) is unknown color: approx Heliotrope. HEX triplet: D0, 7D and EA. RGB value is (208,125,234). Sum of RGB (Red+Green+Blue) = 208+125+234=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #D07DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DEA is #2F8215. Grayscale: #A1A1A1. Windows color (decimal): -3113494 or 15367632. OLE color: 15367632.

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

Color convert

RGB208125234-
CMYK0.110.4700.08
HSL285.69º72.19%70.39%-
HSV(B)285.69º46.58%91.76%-
XYZ48.234.0281.87-
YUV162.24168.5160.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=36.68%
G=22.05%
B=41.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081252340.110.4700.08285.6972.1970.39
HexD07DEAB2F0811e4846
Octal3201753521357010436110106
Binary1101000011111011110101010111011110100010001111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DEA; }

 p { color: rgb(208,125,234); }

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

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

 a { background-color: rgb(208,125,234); }

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

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

 span { border-color: rgb(208,125,234); }

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