#D080FF

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

Shades of Heliotrope #D080FF

Tints of Heliotrope #D080FF

Color information

#D080FF (or 0xD080FF) is unknown color: approx Heliotrope. HEX triplet: D0, 80 and FF. RGB value is (208,128,255). Sum of RGB (Red+Green+Blue) = 208+128+255=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #D080FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080FF is #2F7F00. Grayscale: #A5A5A5. Windows color (decimal): -3112705 or 16744656. OLE color: 16744656.

HSL color Cylindrical-coordinate representation of color #D080FF: hue angle of 277.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D080FF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208128255-
CMYK0.180.5000
HSL277.8º100%75.1%-
HSV(B)277.8º49.8%100%-
XYZ51.7836.0798.84-
YUV166.4178157.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 128 (50.39% from 255) = 21.66%
BLUE value IS 255 (100% from 255) = 43.15%
R=35.19%
G=21.66%
B=43.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081282550.180.5000277.810075.1
HexD080FF123200116644b
Octal320200377226200426144113
Binary110100001000000011111111100101100100010001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080FF; }

 p { color: rgb(208,128,255); }

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

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

 a { background-color: rgb(208,128,255); }

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

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

 span { border-color: rgb(208,128,255); }

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