#D285ED

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

Shades of Heliotrope #D285ED

Tints of Heliotrope #D285ED

Color information

#D285ED (or 0xD285ED) is unknown color: approx Heliotrope. HEX triplet: D2, 85 and ED. RGB value is (210,133,237). Sum of RGB (Red+Green+Blue) = 210+133+237=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #D285ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285ED is #2D7A12. Grayscale: #A7A7A7. Windows color (decimal): -2980371 or 15566290. OLE color: 15566290.

HSL color Cylindrical-coordinate representation of color #D285ED: hue angle of 284.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D285ED is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210133237-
CMYK0.110.4400.07
HSL284.42º74.29%72.55%-
HSV(B)284.42º43.88%92.94%-
XYZ50.2536.5984.53-
YUV167.88167.01158.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=36.21%
G=22.93%
B=40.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101332370.110.4400.07284.4274.2972.55
HexD285EDB2C0711c4a49
Octal322205355135407434112111
Binary1101001010000101111011011011101100011110001110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285ED; }

 p { color: rgb(210,133,237); }

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

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

 a { background-color: rgb(210,133,237); }

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

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

 span { border-color: rgb(210,133,237); }

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