#D690FA

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

Shades of Heliotrope #D690FA

Tints of Heliotrope #D690FA

Color information

#D690FA (or 0xD690FA) is unknown color: approx Heliotrope. HEX triplet: D6, 90 and FA. RGB value is (214,144,250). Sum of RGB (Red+Green+Blue) = 214+144+250=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D690FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FA is #296F05. Grayscale: #B0B0B0. Windows color (decimal): -2715398 or 16421078. OLE color: 16421078.

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

Color convert

RGB214144250-
CMYK0.140.4200.02
HSL279.62º91.38%77.25%-
HSV(B)279.62º42.4%98.04%-
XYZ54.9641.1495.49-
YUV177.01169.19154.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 144 (56.64% from 255) = 23.68%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=35.20%
G=23.68%
B=41.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141442500.140.4200.02279.6291.3877.25
HexD690FAE2A021185b4d
Octal326220372165202430133115
Binary110101101001000011111010111010101001010001100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690FA; }

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

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

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

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

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

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

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

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