Html Css Color HEX #D03DD8 Medium Orchid

📋 copy color: '#D03DD8'

red 208 ◦ green 61 ◦ blue 216

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

Shades of Medium Orchid #D03DD8

Tints of Medium Orchid #D03DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 42.89%
G = 12.58%
B = 44.54%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D03DD8 (or 0xD03DD8) is known color: Medium Orchid. HEX triplet: D0, 3D and D8. RGB value is (208,61,216). Sum of RGB (Red+Green+Blue) = 208+61+216=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #D03DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DD8 is #2FC227. Grayscale: #7A7A7A. Windows color (decimal): -3129896 or 14171600. OLE color: 14171600.

HSL color Cylindrical-coordinate representation of color #D03DD8: hue angle of 296.9º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03DD8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 61 216 -
CMYK 0.04 0.72 0 0.15
HSL 296.9º 0.67% 0.54% -
HSV(B) 296.9º 0.72% 0.85% -
XYZ 40.08 21.71 67.04 -
YUV 122.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 208 61 216 0.04 0.72 0 0.15 296.9 0.67 0.54
Hex D0 3D D8 4 48 0 F 129 43 36
Octal 320 75 330 4 110 0 17 451 103 66
Binary 11010000 111101 11011000 100 1001000 0 1111 100101001 1000011 110110

Color Harmonies of #D03DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DD8

Black with #D03DD8

Text Example


Text Example

White with #D03DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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