#D690FF

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

Shades of Heliotrope #D690FF

Tints of Heliotrope #D690FF

Color information

#D690FF (or 0xD690FF) is unknown color: approx Heliotrope. HEX triplet: D6, 90 and FF. RGB value is (214,144,255). Sum of RGB (Red+Green+Blue) = 214+144+255=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D690FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FF is #296F00. Grayscale: #B1B1B1. Windows color (decimal): -2715393 or 16748758. OLE color: 16748758.

HSL color Cylindrical-coordinate representation of color #D690FF: hue angle of 277.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D690FF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214144255-
CMYK0.160.4400
HSL277.84º100%78.24%-
HSV(B)277.84º43.53%100%-
XYZ55.7541.4699.67-
YUV177.58171.69153.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 144 (56.64% from 255) = 23.49%
BLUE value IS 255 (100% from 255) = 41.60%
R=34.91%
G=23.49%
B=41.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141442550.160.4400277.8410078.24
HexD690FF102C00116644e
Octal326220377205400426144116
Binary110101101001000011111111100001011000010001011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690FF; }

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

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

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

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

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

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

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

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