#D07AE7

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

Shades of Heliotrope #D07AE7

Tints of Heliotrope #D07AE7

Color information

#D07AE7 (or 0xD07AE7) is unknown color: approx Heliotrope. HEX triplet: D0, 7A and E7. RGB value is (208,122,231). Sum of RGB (Red+Green+Blue) = 208+122+231=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #D07AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AE7 is #2F8518. Grayscale: #9F9F9F. Windows color (decimal): -3114265 or 15170256. OLE color: 15170256.

HSL color Cylindrical-coordinate representation of color #D07AE7: hue angle of 287.34º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07AE7 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208122231-
CMYK0.100.4700.09
HSL287.34º69.43%69.22%-
HSV(B)287.34º47.19%90.59%-
XYZ47.433.179.49-
YUV160.14167.99162.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=37.08%
G=21.75%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081222310.100.4700.09287.3469.4369.22
HexD07AE7A2F0911f4545
Octal3201723471257011437105105
Binary1101000011110101110011110101011110100110001111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AE7; }

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

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

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

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

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

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

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

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