#D03AF3

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

Shades of Medium Orchid #D03AF3

Tints of Medium Orchid #D03AF3

Color information

#D03AF3 (or 0xD03AF3) is unknown color: approx Medium Orchid. HEX triplet: D0, 3A and F3. RGB value is (208,58,243). Sum of RGB (Red+Green+Blue) = 208+58+243=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #D03AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AF3 is #2FC50C. Grayscale: #7B7B7B. Windows color (decimal): -3130637 or 15940304. OLE color: 15940304.

HSL color Cylindrical-coordinate representation of color #D03AF3: hue angle of 288.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03AF3 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20858243-
CMYK0.140.7600.05
HSL288.65º88.52%59.02%-
HSV(B)288.65º76.13%95.29%-
XYZ43.722.9186.91-
YUV123.94195.2187.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 58 (23.05% from 255) = 11.39%
BLUE value IS 243 (95.31% from 255) = 47.74%
R=40.86%
G=11.39%
B=47.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208582430.140.7600.05288.6588.5259.02
HexD03AF3E4C05121593b
Octal32072363161140544113173
Binary11010000111010111100111110100110001011001000011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03AF3; }

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

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

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

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

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

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

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

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