#D07FEE

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

Shades of Heliotrope #D07FEE

Tints of Heliotrope #D07FEE

Color information

#D07FEE (or 0xD07FEE) is unknown color: approx Heliotrope. HEX triplet: D0, 7F and EE. RGB value is (208,127,238). Sum of RGB (Red+Green+Blue) = 208+127+238=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #D07FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FEE is #2F8011. Grayscale: #A3A3A3. Windows color (decimal): -3112978 or 15630288. OLE color: 15630288.

HSL color Cylindrical-coordinate representation of color #D07FEE: hue angle of 283.78º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07FEE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208127238-
CMYK0.130.4700.07
HSL283.78º76.55%71.57%-
HSV(B)283.78º46.64%93.33%-
XYZ49.0334.7685.01-
YUV163.87169.84159.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=36.30%
G=22.16%
B=41.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081272380.130.4700.07283.7876.5571.57
HexD07FEED2F0711c4d48
Octal320177356155707434115110
Binary110100001111111111011101101101111011110001110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FEE; }

 p { color: rgb(208,127,238); }

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

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

 a { background-color: rgb(208,127,238); }

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

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

 span { border-color: rgb(208,127,238); }

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