#D57CF0

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

Shades of Heliotrope #D57CF0

Tints of Heliotrope #D57CF0

Color information

#D57CF0 (or 0xD57CF0) is unknown color: approx Heliotrope. HEX triplet: D5, 7C and F0. RGB value is (213,124,240). Sum of RGB (Red+Green+Blue) = 213+124+240=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #D57CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CF0 is #2A830F. Grayscale: #A3A3A3. Windows color (decimal): -2786064 or 15760597. OLE color: 15760597.

HSL color Cylindrical-coordinate representation of color #D57CF0: hue angle of 286.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57CF0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213124240-
CMYK0.110.4800.06
HSL286.03º79.45%71.37%-
HSV(B)286.03º48.33%94.12%-
XYZ50.3834.8586.51-
YUV163.83170.99163.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 124 (48.83% from 255) = 21.49%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=36.92%
G=21.49%
B=41.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131242400.110.4800.06286.0379.4571.37
HexD57CF0B300611e4f47
Octal325174360136006436117107
Binary110101011111100111100001011110000011010001111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CF0; }

 p { color: rgb(213,124,240); }

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

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

 a { background-color: rgb(213,124,240); }

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

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

 span { border-color: rgb(213,124,240); }

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