#D478FD

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

Shades of Heliotrope #D478FD

Tints of Heliotrope #D478FD

Color information

#D478FD (or 0xD478FD) is unknown color: approx Heliotrope. HEX triplet: D4, 78 and FD. RGB value is (212,120,253). Sum of RGB (Red+Green+Blue) = 212+120+253=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D478FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478FD is #2B8702. Grayscale: #A2A2A2. Windows color (decimal): -2852611 or 16611540. OLE color: 16611540.

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

Color convert

RGB212120253-
CMYK0.160.5300.01
HSL281.5º97.08%73.14%-
HSV(B)281.5º52.57%99.22%-
XYZ51.634.5296.87-
YUV162.67178.98163.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 120 (47.27% from 255) = 20.51%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=36.24%
G=20.51%
B=43.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121202530.160.5300.01281.597.0873.14
HexD478FD10350111a6149
Octal324170375206501432141111
Binary11010100111100011111101100001101010110001101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D478FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D478FD; }

 p { color: rgb(212,120,253); }

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

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

 a { background-color: rgb(212,120,253); }

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

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

 span { border-color: rgb(212,120,253); }

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