#D750FF

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

Shades of Heliotrope #D750FF

Tints of Heliotrope #D750FF

Color information

#D750FF (or 0xD750FF) is unknown color: approx Heliotrope. HEX triplet: D7, 50 and FF. RGB value is (215,80,255). Sum of RGB (Red+Green+Blue) = 215+80+255=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #D750FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D750FF is #28AF00. Grayscale: #8B8B8B. Windows color (decimal): -2666241 or 16732375. OLE color: 16732375.

HSL color Cylindrical-coordinate representation of color #D750FF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D750FF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21580255-
CMYK0.160.6900
HSL286.29º100%65.69%-
HSV(B)286.29º68.63%100%-
XYZ48.9427.497.32-
YUV140.32192.73181.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 80 (31.64% from 255) = 14.55%
BLUE value IS 255 (100% from 255) = 46.36%
R=39.09%
G=14.55%
B=46.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal215802550.160.6900286.2910065.69
HexD750FF10450011e6442
Octal3271203772010500436144102
Binary110101111010000111111111000010001010010001111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D750FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D750FF; }

 p { color: rgb(215,80,255); }

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

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

 a { background-color: rgb(215,80,255); }

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

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

 span { border-color: rgb(215,80,255); }

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