#D07FFB

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

Shades of Heliotrope #D07FFB

Tints of Heliotrope #D07FFB

Color information

#D07FFB (or 0xD07FFB) is unknown color: approx Heliotrope. HEX triplet: D0, 7F and FB. RGB value is (208,127,251). Sum of RGB (Red+Green+Blue) = 208+127+251=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #D07FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FFB is #2F8004. Grayscale: #A4A4A4. Windows color (decimal): -3112965 or 16482256. OLE color: 16482256.

HSL color Cylindrical-coordinate representation of color #D07FFB: hue angle of 279.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07FFB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208127251-
CMYK0.170.4900.02
HSL279.19º93.94%74.12%-
HSV(B)279.19º49.4%98.43%-
XYZ51.0135.5595.44-
YUV165.36176.34158.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 127 (50% from 255) = 21.67%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=35.49%
G=21.67%
B=42.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081272510.170.4900.02279.1993.9474.12
HexD07FFB1131021175e4a
Octal320177373216102427136112
Binary110100001111111111110111000111000101010001011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FFB; }

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

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

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

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

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

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

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

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