Html Css Color HEX #D03DFA Medium Orchid

📋 copy color: '#D03DFA'

red 208 ◦ green 61 ◦ blue 250

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

Shades of Medium Orchid #D03DFA

Tints of Medium Orchid #D03DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.75%

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 40.08%
G = 11.75%
B = 48.17%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D03DFA (or 0xD03DFA) is known color: Medium Orchid. HEX triplet: D0, 3D and FA. RGB value is (208,61,250). Sum of RGB (Red+Green+Blue) = 208+61+250=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #D03DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DFA is #2FC205. Grayscale: #7D7D7D. Windows color (decimal): -3129862 or 16399824. OLE color: 16399824.

HSL color Cylindrical-coordinate representation of color #D03DFA: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03DFA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 61 250 -
CMYK 0.17 0.76 0 0.02
HSL 286.67º 0.95% 0.61% -
HSV(B) 286.67º 0.76% 0.98% -
XYZ 44.94 23.65 92.64 -
YUV 126.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 208 61 250 0.17 0.76 0 0.02 286.67 0.95 0.61
Hex D0 3D FA 11 4C 0 2 11F 5F 3D
Octal 320 75 372 21 114 0 2 437 137 75
Binary 11010000 111101 11111010 10001 1001100 0 10 100011111 1011111 111101

Color Harmonies of #D03DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DFA

Black with #D03DFA

Text Example


Text Example

White with #D03DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DFA; }

 p { color: rgb(208,61,250); }

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

background-color css

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

 a { background-color: rgb(208,61,250); }

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

border-color css

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

 span { border-color: rgb(208,61,250); }

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