Html Css Color HEX #D03FEC Medium Orchid

📋 copy color: '#D03FEC'

red 208 ◦ green 63 ◦ blue 236

#D03FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D03FEC

Tints of Medium Orchid #D03FEC

RGB

 RED value IS 208 (81.64% from 255) = 41.03%

 GREEN value IS 63 (25% from 255) = 12.43%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 41.03%
G = 12.43%
B = 46.55%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D03FEC (or 0xD03FEC) is known color: Medium Orchid. HEX triplet: D0, 3F and EC. RGB value is (208,63,236). Sum of RGB (Red+Green+Blue) = 208+63+236=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #D03FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03FEC is #2FC013. Grayscale: #7D7D7D. Windows color (decimal): -3129364 or 15482832. OLE color: 15482832.

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

Color convert

RGB 208 63 236 -
CMYK 0.12 0.73 0 0.07
HSL 290.29º 0.82% 0.59% -
HSV(B) 290.29º 0.73% 0.93% -
XYZ 42.93 23.02 81.54 -
YUV 126.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 208 63 236 0.12 0.73 0 0.07 290.29 0.82 0.59
Hex D0 3F EC C 49 0 7 122 52 3B
Octal 320 77 354 14 111 0 7 442 122 73
Binary 11010000 111111 11101100 1100 1001001 0 111 100100010 1010010 111011

Color Harmonies of #D03FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FEC

Black with #D03FEC

Text Example


Text Example

White with #D03FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FEC; }

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

 H1.HeaderClassName
 {
   color: #D03FEC;
 }
 .AnyTagClassName
 {
   color: #D03FEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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