#D180FD

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

Shades of Heliotrope #D180FD

Tints of Heliotrope #D180FD

Color information

#D180FD (or 0xD180FD) is unknown color: approx Heliotrope. HEX triplet: D1, 80 and FD. RGB value is (209,128,253). Sum of RGB (Red+Green+Blue) = 209+128+253=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D180FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D180FD is #2E7F02. Grayscale: #A6A6A6. Windows color (decimal): -3047171 or 16613585. OLE color: 16613585.

HSL color Cylindrical-coordinate representation of color #D180FD: hue angle of 278.88º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D180FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209128253-
CMYK0.170.4900.01
HSL278.88º96.9%74.71%-
HSV(B)278.88º49.41%99.22%-
XYZ51.7436.0997.17-
YUV166.47176.84158.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 128 (50.39% from 255) = 21.69%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=35.42%
G=21.69%
B=42.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091282530.170.4900.01278.8896.974.71
HexD180FD113101117614b
Octal321200375216101427141113
Binary110100011000000011111101100011100010110001011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180FD; }

 p { color: rgb(209,128,253); }

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

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

 a { background-color: rgb(209,128,253); }

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

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

 span { border-color: rgb(209,128,253); }

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