#D68DFA

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

Shades of Heliotrope #D68DFA

Tints of Heliotrope #D68DFA

Color information

#D68DFA (or 0xD68DFA) is unknown color: approx Heliotrope. HEX triplet: D6, 8D and FA. RGB value is (214,141,250). Sum of RGB (Red+Green+Blue) = 214+141+250=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFA is #297205. Grayscale: #AEAEAE. Windows color (decimal): -2716166 or 16420310. OLE color: 16420310.

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

Color convert

RGB214141250-
CMYK0.140.4400.02
HSL280.18º91.6%76.67%-
HSV(B)280.18º43.6%98.04%-
XYZ54.5140.2595.34-
YUV175.25170.18155.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 141 (55.47% from 255) = 23.31%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=35.37%
G=23.31%
B=41.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141412500.140.4400.02280.1891.676.67
HexD68DFAE2C021185c4d
Octal326215372165402430134115
Binary110101101000110111111010111010110001010001100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DFA; }

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

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

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

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

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

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

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

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