#D97EFD

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

Shades of Heliotrope #D97EFD

Tints of Heliotrope #D97EFD

Color information

#D97EFD (or 0xD97EFD) is unknown color: approx Heliotrope. HEX triplet: D9, 7E and FD. RGB value is (217,126,253). Sum of RGB (Red+Green+Blue) = 217+126+253=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #D97EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97EFD is #268102. Grayscale: #A7A7A7. Windows color (decimal): -2523395 or 16613081. OLE color: 16613081.

HSL color Cylindrical-coordinate representation of color #D97EFD: hue angle of 282.99º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D97EFD is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217126253-
CMYK0.140.5000.01
HSL282.99º96.95%74.31%-
HSV(B)282.99º50.2%99.22%-
XYZ53.8136.7797.19-
YUV167.69176.15163.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 126 (49.61% from 255) = 21.14%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=36.41%
G=21.14%
B=42.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171262530.140.5000.01282.9996.9574.31
HexD97EFDE320111b614a
Octal331176375166201433141112
Binary1101100111111101111110111101100100110001101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EFD; }

 p { color: rgb(217,126,253); }

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

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

 a { background-color: rgb(217,126,253); }

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

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

 span { border-color: rgb(217,126,253); }

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