#D75EFA

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

Shades of Heliotrope #D75EFA

Tints of Heliotrope #D75EFA

Color information

#D75EFA (or 0xD75EFA) is unknown color: approx Heliotrope. HEX triplet: D7, 5E and FA. RGB value is (215,94,250). Sum of RGB (Red+Green+Blue) = 215+94+250=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D75EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75EFA is #28A105. Grayscale: #939393. Windows color (decimal): -2662662 or 16408279. OLE color: 16408279.

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

Color convert

RGB21594250-
CMYK0.140.6200.02
HSL286.54º93.98%67.45%-
HSV(B)286.54º62.4%98.04%-
XYZ49.2829.3593.51-
YUV147.96185.59175.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 94 (37.11% from 255) = 16.82%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=38.46%
G=16.82%
B=44.72%

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
Decimal215942500.140.6200.02286.5493.9867.45
HexD75EFAE3E0211f5e43
Octal327136372167602437136103
Binary11010111101111011111010111011111001010001111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75EFA; }

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

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

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

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

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

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

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

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