#D240EA

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

Shades of Medium Orchid #D240EA

Tints of Medium Orchid #D240EA

Color information

#D240EA (or 0xD240EA) is unknown color: approx Medium Orchid. HEX triplet: D2, 40 and EA. RGB value is (210,64,234). Sum of RGB (Red+Green+Blue) = 210+64+234=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #D240EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240EA is #2DBF15. Grayscale: #7E7E7E. Windows color (decimal): -2998038 or 15352018. OLE color: 15352018.

HSL color Cylindrical-coordinate representation of color #D240EA: hue angle of 291.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D240EA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21064234-
CMYK0.100.7300.08
HSL291.53º80.19%58.43%-
HSV(B)291.53º72.65%91.76%-
XYZ43.2623.3180.06-
YUV127.03188.37187.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 64 (25.39% from 255) = 12.60%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=41.34%
G=12.60%
B=46.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210642340.100.7300.08291.5380.1958.43
HexD240EAA4908124503a
Octal3221003521211101044412072
Binary1101001010000001110101010101001001010001001001001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D240EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D240EA; }

 p { color: rgb(210,64,234); }

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

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

 a { background-color: rgb(210,64,234); }

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

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

 span { border-color: rgb(210,64,234); }

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