#D690FB

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

Shades of Heliotrope #D690FB

Tints of Heliotrope #D690FB

Color information

#D690FB (or 0xD690FB) is unknown color: approx Heliotrope. HEX triplet: D6, 90 and FB. RGB value is (214,144,251). Sum of RGB (Red+Green+Blue) = 214+144+251=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #D690FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FB is #296F04. Grayscale: #B0B0B0. Windows color (decimal): -2715397 or 16486614. OLE color: 16486614.

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

Color convert

RGB214144251-
CMYK0.150.4300.02
HSL279.25º93.04%77.45%-
HSV(B)279.25º42.63%98.43%-
XYZ55.1241.2196.32-
YUV177.13169.69154.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 144 (56.64% from 255) = 23.65%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=35.14%
G=23.65%
B=41.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141442510.150.4300.02279.2593.0477.45
HexD690FBF2B021175d4d
Octal326220373175302427135115
Binary110101101001000011111011111110101101010001011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690FB; }

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

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

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

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

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

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

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

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