#D485F0

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

Shades of Heliotrope #D485F0

Tints of Heliotrope #D485F0

Color information

#D485F0 (or 0xD485F0) is unknown color: approx Heliotrope. HEX triplet: D4, 85 and F0. RGB value is (212,133,240). Sum of RGB (Red+Green+Blue) = 212+133+240=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #D485F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485F0 is #2B7A0F. Grayscale: #A8A8A8. Windows color (decimal): -2849296 or 15762900. OLE color: 15762900.

HSL color Cylindrical-coordinate representation of color #D485F0: hue angle of 284.3º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D485F0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212133240-
CMYK0.120.4500.06
HSL284.3º78.1%73.14%-
HSV(B)284.3º44.58%94.12%-
XYZ51.2737.0686.89-
YUV168.82168.17158.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=36.24%
G=22.74%
B=41.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121332400.120.4500.06284.378.173.14
HexD485F0C2D0611c4e49
Octal324205360145506434116111
Binary1101010010000101111100001100101101011010001110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485F0; }

 p { color: rgb(212,133,240); }

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

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

 a { background-color: rgb(212,133,240); }

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

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

 span { border-color: rgb(212,133,240); }

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