#D57FF6

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

Shades of Heliotrope #D57FF6

Tints of Heliotrope #D57FF6

Color information

#D57FF6 (or 0xD57FF6) is unknown color: approx Heliotrope. HEX triplet: D5, 7F and F6. RGB value is (213,127,246). Sum of RGB (Red+Green+Blue) = 213+127+246=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #D57FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FF6 is #2A8009. Grayscale: #A5A5A5. Windows color (decimal): -2785290 or 16154581. OLE color: 16154581.

HSL color Cylindrical-coordinate representation of color #D57FF6: hue angle of 283.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57FF6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213127246-
CMYK0.130.4800.04
HSL283.36º86.86%73.14%-
HSV(B)283.36º48.37%96.47%-
XYZ51.6635.9891.41-
YUV166.28172.99161.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 127 (50% from 255) = 21.67%
BLUE value IS 246 (96.48% from 255) = 41.98%
R=36.35%
G=21.67%
B=41.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131272460.130.4800.04283.3686.8673.14
HexD57FF6D300411b5749
Octal325177366156004433127111
Binary110101011111111111101101101110000010010001101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FF6; }

 p { color: rgb(213,127,246); }

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

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

 a { background-color: rgb(213,127,246); }

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

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

 span { border-color: rgb(213,127,246); }

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