#D03FE0

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

Shades of Medium Orchid #D03FE0

Tints of Medium Orchid #D03FE0

Color information

#D03FE0 (or 0xD03FE0) is unknown color: approx Medium Orchid. HEX triplet: D0, 3F and E0. RGB value is (208,63,224). Sum of RGB (Red+Green+Blue) = 208+63+224=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #D03FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FE0 is #2FC01F. Grayscale: #7C7C7C. Windows color (decimal): -3129376 or 14696400. OLE color: 14696400.

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

Color convert

RGB20863224-
CMYK0.070.7200.12
HSL294.04º72.2%56.27%-
HSV(B)294.04º71.88%87.84%-
XYZ41.2422.3572.66-
YUV124.71184.04187.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=42.02%
G=12.73%
B=45.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208632240.070.7200.12294.0472.256.27
HexD03FE07480C1264838
Octal32077340711001444611070
Binary11010000111111111000001111001000011001001001101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03FE0; }

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

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

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

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

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

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

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

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