#D243EE

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

Shades of Medium Orchid #D243EE

Tints of Medium Orchid #D243EE

Color information

#D243EE (or 0xD243EE) is unknown color: approx Medium Orchid. HEX triplet: D2, 43 and EE. RGB value is (210,67,238). Sum of RGB (Red+Green+Blue) = 210+67+238=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #D243EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D243EE is #2DBC11. Grayscale: #808080. Windows color (decimal): -2997266 or 15614930. OLE color: 15614930.

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

Color convert

RGB21067238-
CMYK0.120.7200.07
HSL290.18º83.41%59.8%-
HSV(B)290.18º71.85%93.33%-
XYZ44.0223.8983.18-
YUV129.25189.38185.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 67 (26.56% from 255) = 13.01%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=40.78%
G=13.01%
B=46.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210672380.120.7200.07290.1883.4159.8
HexD243EEC4807122533c
Octal322103356141100744212374
Binary110100101000011111011101100100100001111001000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D243EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D243EE; }

 p { color: rgb(210,67,238); }

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

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

 a { background-color: rgb(210,67,238); }

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

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

 span { border-color: rgb(210,67,238); }

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