#D670FC

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

Shades of Heliotrope #D670FC

Tints of Heliotrope #D670FC

Color information

#D670FC (or 0xD670FC) is unknown color: approx Heliotrope. HEX triplet: D6, 70 and FC. RGB value is (214,112,252). Sum of RGB (Red+Green+Blue) = 214+112+252=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #D670FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D670FC is #298F03. Grayscale: #9E9E9E. Windows color (decimal): -2723588 or 16543958. OLE color: 16543958.

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

Color convert

RGB214112252-
CMYK0.150.5600.01
HSL283.71º95.89%71.37%-
HSV(B)283.71º55.56%98.82%-
XYZ51.132.9195.76-
YUV158.46180.79167.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 112 (44.14% from 255) = 19.38%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=37.02%
G=19.38%
B=43.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141122520.150.5600.01283.7195.8971.37
HexD670FCF380111c6047
Octal326160374177001434140107
Binary1101011011100001111110011111110000110001110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670FC; }

 p { color: rgb(214,112,252); }

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

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

 a { background-color: rgb(214,112,252); }

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

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

 span { border-color: rgb(214,112,252); }

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