#D681FA

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

Shades of Heliotrope #D681FA

Tints of Heliotrope #D681FA

Color information

#D681FA (or 0xD681FA) is unknown color: approx Heliotrope. HEX triplet: D6, 81 and FA. RGB value is (214,129,250). Sum of RGB (Red+Green+Blue) = 214+129+250=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #D681FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FA is #297E05. Grayscale: #A7A7A7. Windows color (decimal): -2719238 or 16417238. OLE color: 16417238.

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

Color convert

RGB214129250-
CMYK0.140.4800.02
HSL282.15º92.37%74.31%-
HSV(B)282.15º48.4%98.04%-
XYZ52.8436.994.78-
YUV168.21174.16160.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 129 (50.78% from 255) = 21.75%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=36.09%
G=21.75%
B=42.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141292500.140.4800.02282.1592.3774.31
HexD681FAE300211a5c4a
Octal326201372166002432134112
Binary110101101000000111111010111011000001010001101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681FA; }

 p { color: rgb(214,129,250); }

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

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

 a { background-color: rgb(214,129,250); }

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

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

 span { border-color: rgb(214,129,250); }

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