#D861FD

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

Shades of Heliotrope #D861FD

Tints of Heliotrope #D861FD

Color information

#D861FD (or 0xD861FD) is unknown color: approx Heliotrope. HEX triplet: D8, 61 and FD. RGB value is (216,97,253). Sum of RGB (Red+Green+Blue) = 216+97+253=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D861FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D861FD is #279E02. Grayscale: #959595. Windows color (decimal): -2596355 or 16605656. OLE color: 16605656.

HSL color Cylindrical-coordinate representation of color #D861FD: hue angle of 285.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D861FD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21697253-
CMYK0.150.6200.01
HSL285.77º97.5%68.63%-
HSV(B)285.77º61.66%99.22%-
XYZ50.3230.2496.11-
YUV150.36185.92174.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 97 (38.28% from 255) = 17.14%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=38.16%
G=17.14%
B=44.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216972530.150.6200.01285.7797.568.63
HexD861FDF3E0111e6245
Octal330141375177601436142105
Binary1101100011000011111110111111111100110001111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861FD; }

 p { color: rgb(216,97,253); }

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

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

 a { background-color: rgb(216,97,253); }

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

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

 span { border-color: rgb(216,97,253); }

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