#D060FD

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

Shades of Heliotrope #D060FD

Tints of Heliotrope #D060FD

Color information

#D060FD (or 0xD060FD) is unknown color: approx Heliotrope. HEX triplet: D0, 60 and FD. RGB value is (208,96,253). Sum of RGB (Red+Green+Blue) = 208+96+253=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #D060FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060FD is #2F9F02. Grayscale: #929292. Windows color (decimal): -3120899 or 16605392. OLE color: 16605392.

HSL color Cylindrical-coordinate representation of color #D060FD: hue angle of 282.8º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D060FD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20896253-
CMYK0.180.6200.01
HSL282.8º97.52%68.43%-
HSV(B)282.8º62.06%99.22%-
XYZ47.9228.8795.97-
YUV147.39187.61171.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 96 (37.89% from 255) = 17.24%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=37.34%
G=17.24%
B=45.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208962530.180.6200.01282.897.5268.43
HexD060FD123E0111b6244
Octal320140375227601433142104
Binary11010000110000011111101100101111100110001101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060FD; }

 p { color: rgb(208,96,253); }

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

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

 a { background-color: rgb(208,96,253); }

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

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

 span { border-color: rgb(208,96,253); }

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