#D37FFA

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

Shades of Heliotrope #D37FFA

Tints of Heliotrope #D37FFA

Color information

#D37FFA (or 0xD37FFA) is unknown color: approx Heliotrope. HEX triplet: D3, 7F and FA. RGB value is (211,127,250). Sum of RGB (Red+Green+Blue) = 211+127+250=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #D37FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37FFA is #2C8005. Grayscale: #A5A5A5. Windows color (decimal): -2916358 or 16416723. OLE color: 16416723.

HSL color Cylindrical-coordinate representation of color #D37FFA: hue angle of 280.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37FFA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211127250-
CMYK0.160.4900.02
HSL280.98º92.48%73.92%-
HSV(B)280.98º49.2%98.04%-
XYZ51.7135.9394.65-
YUV166.14175.33160-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 127 (50% from 255) = 21.60%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=35.88%
G=21.60%
B=42.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111272500.160.4900.02280.9892.4873.92
HexD37FFA1031021195c4a
Octal323177372206102431134112
Binary110100111111111111110101000011000101010001100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FFA; }

 p { color: rgb(211,127,250); }

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

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

 a { background-color: rgb(211,127,250); }

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

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

 span { border-color: rgb(211,127,250); }

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