#D07AEA

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

Shades of Heliotrope #D07AEA

Tints of Heliotrope #D07AEA

Color information

#D07AEA (or 0xD07AEA) is unknown color: approx Heliotrope. HEX triplet: D0, 7A and EA. RGB value is (208,122,234). Sum of RGB (Red+Green+Blue) = 208+122+234=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #D07AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AEA is #2F8515. Grayscale: #A0A0A0. Windows color (decimal): -3114262 or 15366864. OLE color: 15366864.

HSL color Cylindrical-coordinate representation of color #D07AEA: hue angle of 286.07º degrees, saturation: 0.73, 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 #D07AEA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208122234-
CMYK0.110.4800.08
HSL286.07º72.73%69.8%-
HSV(B)286.07º47.86%91.76%-
XYZ47.8233.2781.74-
YUV160.48169.49161.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=36.88%
G=21.63%
B=41.49%

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
Decimal2081222340.110.4800.08286.0772.7369.8
HexD07AEAB300811e4946
Octal3201723521360010436111106
Binary1101000011110101110101010111100000100010001111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AEA; }

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

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

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

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

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

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

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

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