#D774FC

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

Shades of Heliotrope #D774FC

Tints of Heliotrope #D774FC

Color information

#D774FC (or 0xD774FC) is unknown color: approx Heliotrope. HEX triplet: D7, 74 and FC. RGB value is (215,116,252). Sum of RGB (Red+Green+Blue) = 215+116+252=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #D774FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D774FC is #288B03. Grayscale: #A0A0A0. Windows color (decimal): -2657028 or 16544983. OLE color: 16544983.

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

Color convert

RGB215116252-
CMYK0.150.5400.01
HSL283.68º95.77%72.16%-
HSV(B)283.68º53.97%98.82%-
XYZ51.8433.9795.92-
YUV161.11179.3166.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 116 (45.70% from 255) = 19.90%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=36.88%
G=19.90%
B=43.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151162520.150.5400.01283.6895.7772.16
HexD774FCF360111c6048
Octal327164374176601434140110
Binary1101011111101001111110011111101100110001110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774FC; }

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

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

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

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

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

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

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

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