#D285EC

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

Shades of Heliotrope #D285EC

Tints of Heliotrope #D285EC

Color information

#D285EC (or 0xD285EC) is unknown color: approx Heliotrope. HEX triplet: D2, 85 and EC. RGB value is (210,133,236). Sum of RGB (Red+Green+Blue) = 210+133+236=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #D285EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285EC is #2D7A13. Grayscale: #A7A7A7. Windows color (decimal): -2980372 or 15500754. OLE color: 15500754.

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

Color convert

RGB210133236-
CMYK0.110.4400.07
HSL284.85º73.05%72.35%-
HSV(B)284.85º43.64%92.55%-
XYZ50.1136.5383.77-
YUV167.76166.51158.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 133 (52.34% from 255) = 22.97%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=36.27%
G=22.97%
B=40.76%

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
Decimal2101332360.110.4400.07284.8573.0572.35
HexD285ECB2C0711d4948
Octal322205354135407435111110
Binary1101001010000101111011001011101100011110001110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285EC; }

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

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

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

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

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

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

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

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