#D681FC

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

Shades of Heliotrope #D681FC

Tints of Heliotrope #D681FC

Color information

#D681FC (or 0xD681FC) is unknown color: approx Heliotrope. HEX triplet: D6, 81 and FC. RGB value is (214,129,252). Sum of RGB (Red+Green+Blue) = 214+129+252=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D681FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FC is #297E03. Grayscale: #A8A8A8. Windows color (decimal): -2719236 or 16548310. OLE color: 16548310.

HSL color Cylindrical-coordinate representation of color #D681FC: hue angle of 281.46º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D681FC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214129252-
CMYK0.150.4900.01
HSL281.46º95.35%74.71%-
HSV(B)281.46º48.81%98.82%-
XYZ53.1537.0296.44-
YUV168.44175.16160.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 129 (50.78% from 255) = 21.68%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=35.97%
G=21.68%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141292520.150.4900.01281.4695.3574.71
HexD681FCF31011195f4b
Octal326201374176101431137113
Binary11010110100000011111110011111100010110001100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681FC; }

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

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

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

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

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

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

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

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