#D680F9

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

Shades of Heliotrope #D680F9

Tints of Heliotrope #D680F9

Color information

#D680F9 (or 0xD680F9) is unknown color: approx Heliotrope. HEX triplet: D6, 80 and F9. RGB value is (214,128,249). Sum of RGB (Red+Green+Blue) = 214+128+249=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #D680F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680F9 is #297F06. Grayscale: #A7A7A7. Windows color (decimal): -2719495 or 16351446. OLE color: 16351446.

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

Color convert

RGB214128249-
CMYK0.140.4900.02
HSL282.64º90.98%73.92%-
HSV(B)282.64º48.59%97.65%-
XYZ52.5536.5793.91-
YUV167.51173.99161.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 128 (50.39% from 255) = 21.66%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=36.21%
G=21.66%
B=42.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141282490.140.4900.02282.6490.9873.92
HexD680F9E310211b5b4a
Octal326200371166102433133112
Binary110101101000000011111001111011000101010001101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680F9; }

 p { color: rgb(214,128,249); }

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

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

 a { background-color: rgb(214,128,249); }

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

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

 span { border-color: rgb(214,128,249); }

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