#D03FE5

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

Shades of Medium Orchid #D03FE5

Tints of Medium Orchid #D03FE5

Color information

#D03FE5 (or 0xD03FE5) is unknown color: approx Medium Orchid. HEX triplet: D0, 3F and E5. RGB value is (208,63,229). Sum of RGB (Red+Green+Blue) = 208+63+229=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #D03FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FE5 is #2FC01A. Grayscale: #7C7C7C. Windows color (decimal): -3129371 or 15024080. OLE color: 15024080.

HSL color Cylindrical-coordinate representation of color #D03FE5: hue angle of 292.41º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03FE5 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20863229-
CMYK0.090.7200.10
HSL292.41º76.15%57.25%-
HSV(B)292.41º72.49%89.8%-
XYZ41.9322.6276.29-
YUV125.28186.54187-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 63 (25% from 255) = 12.6%
BLUE value IS 229 (89.84% from 255) = 45.8%
R=41.6%
G=12.6%
B=45.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208632290.090.7200.10292.4176.1557.25
HexD03FE59480A1244c39
Octal320773451111001244411471
Binary110100001111111110010110011001000010101001001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03FE5; }

 p { color: rgb(208,63,229); }

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

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

 a { background-color: rgb(208,63,229); }

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

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

 span { border-color: rgb(208,63,229); }

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