#D260F5

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

Shades of Heliotrope #D260F5

Tints of Heliotrope #D260F5

Color information

#D260F5 (or 0xD260F5) is unknown color: approx Heliotrope. HEX triplet: D2, 60 and F5. RGB value is (210,96,245). Sum of RGB (Red+Green+Blue) = 210+96+245=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #D260F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260F5 is #2D9F0A. Grayscale: #929292. Windows color (decimal): -2989835 or 16081106. OLE color: 16081106.

HSL color Cylindrical-coordinate representation of color #D260F5: hue angle of 285.91º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D260F5 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21096245-
CMYK0.140.6100.04
HSL285.91º88.17%66.86%-
HSV(B)285.91º60.82%96.08%-
XYZ47.2428.6689.43-
YUV147.07183.27172.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 96 (37.89% from 255) = 17.42%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=38.11%
G=17.42%
B=44.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210962450.140.6100.04285.9188.1766.86
HexD260F5E3D0411e5843
Octal322140365167504436130103
Binary110100101100000111101011110111101010010001111010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D260F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D260F5; }

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

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

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

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

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

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

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

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