#D754FC

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

Shades of Heliotrope #D754FC

Tints of Heliotrope #D754FC

Color information

#D754FC (or 0xD754FC) is unknown color: approx Heliotrope. HEX triplet: D7, 54 and FC. RGB value is (215,84,252). Sum of RGB (Red+Green+Blue) = 215+84+252=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 84 (33.20% from 255 or 15.25% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #D754FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754FC is #28AB03. Grayscale: #8D8D8D. Windows color (decimal): -2665220 or 16536791. OLE color: 16536791.

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

Color convert

RGB21584252-
CMYK0.150.6700.01
HSL286.79º96.55%65.88%-
HSV(B)286.79º66.67%98.82%-
XYZ48.7727.8294.89-
YUV142.32189.9179.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 84 (33.20% from 255) = 15.25%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=39.02%
G=15.25%
B=45.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal215842520.150.6700.01286.7996.5565.88
HexD754FCF430111f6142
Octal3271243741710301437141102
Binary11010111101010011111100111110000110110001111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D754FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D754FC; }

 p { color: rgb(215,84,252); }

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

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

 a { background-color: rgb(215,84,252); }

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

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

 span { border-color: rgb(215,84,252); }

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