#D278FD

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

Shades of Heliotrope #D278FD

Tints of Heliotrope #D278FD

Color information

#D278FD (or 0xD278FD) is unknown color: approx Heliotrope. HEX triplet: D2, 78 and FD. RGB value is (210,120,253). Sum of RGB (Red+Green+Blue) = 210+120+253=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #D278FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D278FD is #2D8702. Grayscale: #A1A1A1. Windows color (decimal): -2983683 or 16611538. OLE color: 16611538.

HSL color Cylindrical-coordinate representation of color #D278FD: hue angle of 280.6º 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 #D278FD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210120253-
CMYK0.170.5300.01
HSL280.6º97.08%73.14%-
HSV(B)280.6º52.57%99.22%-
XYZ51.0234.2396.85-
YUV162.07179.32162.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 120 (47.27% from 255) = 20.58%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=36.02%
G=20.58%
B=43.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101202530.170.5300.01280.697.0873.14
HexD278FD1135011196149
Octal322170375216501431141111
Binary11010010111100011111101100011101010110001100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D278FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D278FD; }

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

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

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

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

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

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

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

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