#D378FE

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

Shades of Heliotrope #D378FE

Tints of Heliotrope #D378FE

Color information

#D378FE (or 0xD378FE) is unknown color: approx Heliotrope. HEX triplet: D3, 78 and FE. RGB value is (211,120,254). Sum of RGB (Red+Green+Blue) = 211+120+254=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #D378FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378FE is #2C8701. Grayscale: #A2A2A2. Windows color (decimal): -2918146 or 16677075. OLE color: 16677075.

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

Color convert

RGB211120254-
CMYK0.170.5300.00
HSL280.75º98.53%73.33%-
HSV(B)280.75º52.76%99.61%-
XYZ51.4734.4497.7-
YUV162.48179.65162.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 120 (47.27% from 255) = 20.51%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=36.07%
G=20.51%
B=43.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111202540.170.5300.00280.7598.5373.33
HexD378FE1135001196349
Octal323170376216500431143111
Binary11010011111100011111110100011101010010001100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D378FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D378FE; }

 p { color: rgb(211,120,254); }

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

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

 a { background-color: rgb(211,120,254); }

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

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

 span { border-color: rgb(211,120,254); }

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