#D270FC

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

Shades of Heliotrope #D270FC

Tints of Heliotrope #D270FC

Color information

#D270FC (or 0xD270FC) is unknown color: approx Heliotrope. HEX triplet: D2, 70 and FC. RGB value is (210,112,252). Sum of RGB (Red+Green+Blue) = 210+112+252=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #D270FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270FC is #2D8F03. Grayscale: #9C9C9C. Windows color (decimal): -2985732 or 16543954. OLE color: 16543954.

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

Color convert

RGB210112252-
CMYK0.170.5600.01
HSL282º95.89%71.37%-
HSV(B)282º55.56%98.82%-
XYZ49.9432.3295.7-
YUV157.26181.47165.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=36.59%
G=19.51%
B=43.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101122520.170.5600.0128295.8971.37
HexD270FC11380111a6047
Octal322160374217001432140107
Binary11010010111000011111100100011110000110001101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D270FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D270FC; }

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

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

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

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

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

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

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

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