#D242EF

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

Shades of Medium Orchid #D242EF

Tints of Medium Orchid #D242EF

Color information

#D242EF (or 0xD242EF) is unknown color: approx Medium Orchid. HEX triplet: D2, 42 and EF. RGB value is (210,66,239). Sum of RGB (Red+Green+Blue) = 210+66+239=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D242EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242EF is #2DBD10. Grayscale: #808080. Windows color (decimal): -2997521 or 15680210. OLE color: 15680210.

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

Color convert

RGB21066239-
CMYK0.120.7200.06
HSL289.94º84.39%59.8%-
HSV(B)289.94º72.38%93.73%-
XYZ44.1123.8383.94-
YUV128.78190.21185.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 66 (26.17% from 255) = 12.82%
BLUE value IS 239 (93.75% from 255) = 46.41%
R=40.78%
G=12.82%
B=46.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210662390.120.7200.06289.9484.3959.8
HexD242EFC4806122543c
Octal322102357141100644212474
Binary110100101000010111011111100100100001101001000101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D242EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D242EF; }

 p { color: rgb(210,66,239); }

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

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

 a { background-color: rgb(210,66,239); }

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

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

 span { border-color: rgb(210,66,239); }

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