#D760FA

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

Shades of Heliotrope #D760FA

Tints of Heliotrope #D760FA

Color information

#D760FA (or 0xD760FA) is unknown color: approx Heliotrope. HEX triplet: D7, 60 and FA. RGB value is (215,96,250). Sum of RGB (Red+Green+Blue) = 215+96+250=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D760FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760FA is #289F05. Grayscale: #949494. Windows color (decimal): -2662150 or 16408791. OLE color: 16408791.

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

Color convert

RGB21596250-
CMYK0.140.6200.02
HSL286.36º93.9%67.84%-
HSV(B)286.36º61.6%98.04%-
XYZ49.4629.7193.57-
YUV149.14184.92174.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=38.32%
G=17.11%
B=44.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215962500.140.6200.02286.3693.967.84
HexD760FAE3E0211e5e44
Octal327140372167602436136104
Binary11010111110000011111010111011111001010001111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760FA; }

 p { color: rgb(215,96,250); }

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

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

 a { background-color: rgb(215,96,250); }

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

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

 span { border-color: rgb(215,96,250); }

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