#D260F7

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

Shades of Heliotrope #D260F7

Tints of Heliotrope #D260F7

Color information

#D260F7 (or 0xD260F7) is unknown color: approx Heliotrope. HEX triplet: D2, 60 and F7. RGB value is (210,96,247). Sum of RGB (Red+Green+Blue) = 210+96+247=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #D260F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260F7 is #2D9F08. Grayscale: #929292. Windows color (decimal): -2989833 or 16212178. OLE color: 16212178.

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

Color convert

RGB21096247-
CMYK0.150.6100.03
HSL285.3º90.42%67.25%-
HSV(B)285.3º61.13%96.86%-
XYZ47.5528.7891.05-
YUV147.3184.27172.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=37.97%
G=17.36%
B=44.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210962470.150.6100.03285.390.4267.25
HexD260F7F3D0311d5a43
Octal322140367177503435132103
Binary11010010110000011110111111111110101110001110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D260F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D260F7; }

 p { color: rgb(210,96,247); }

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

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

 a { background-color: rgb(210,96,247); }

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

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

 span { border-color: rgb(210,96,247); }

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