#D03AE3

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

Shades of Medium Orchid #D03AE3

Tints of Medium Orchid #D03AE3

Color information

#D03AE3 (or 0xD03AE3) is unknown color: approx Medium Orchid. HEX triplet: D0, 3A and E3. RGB value is (208,58,227). Sum of RGB (Red+Green+Blue) = 208+58+227=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #D03AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AE3 is #2FC51C. Grayscale: #797979. Windows color (decimal): -3130653 or 14891728. OLE color: 14891728.

HSL color Cylindrical-coordinate representation of color #D03AE3: hue angle of 293.25º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03AE3 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20858227-
CMYK0.080.7400.11
HSL293.25º75.11%55.88%-
HSV(B)293.25º74.45%89.02%-
XYZ41.3921.9874.73-
YUV122.12187.2189.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 58 (23.05% from 255) = 11.76%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=42.19%
G=11.76%
B=46.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208582270.080.7400.11293.2575.1155.88
HexD03AE384A0B1254b38
Octal320723431011201344511370
Binary110100001110101110001110001001010010111001001011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03AE3; }

 p { color: rgb(208,58,227); }

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

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

 a { background-color: rgb(208,58,227); }

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

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

 span { border-color: rgb(208,58,227); }

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