#D246EB

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

Shades of Medium Orchid #D246EB

Tints of Medium Orchid #D246EB

Color information

#D246EB (or 0xD246EB) is unknown color: approx Medium Orchid. HEX triplet: D2, 46 and EB. RGB value is (210,70,235). Sum of RGB (Red+Green+Blue) = 210+70+235=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #D246EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D246EB is #2DB914. Grayscale: #828282. Windows color (decimal): -2996501 or 15419090. OLE color: 15419090.

HSL color Cylindrical-coordinate representation of color #D246EB: hue angle of 290.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D246EB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21070235-
CMYK0.110.7000.08
HSL290.91º80.49%59.8%-
HSV(B)290.91º70.21%92.16%-
XYZ43.7624.0880.94-
YUV130.67186.88184.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 70 (27.73% from 255) = 13.59%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=40.78%
G=13.59%
B=45.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210702350.110.7000.08290.9180.4959.8
HexD246EBB4608123503c
Octal3221063531310601044312074
Binary1101001010001101110101110111000110010001001000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D246EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D246EB; }

 p { color: rgb(210,70,235); }

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

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

 a { background-color: rgb(210,70,235); }

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

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

 span { border-color: rgb(210,70,235); }

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