Html Css Color HEX #D03DF2 Medium Orchid

📋 copy color: '#D03DF2'

red 208 ◦ green 61 ◦ blue 242

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

Shades of Medium Orchid #D03DF2

Tints of Medium Orchid #D03DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 40.7%
G = 11.94%
B = 47.36%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D03DF2 (or 0xD03DF2) is known color: Medium Orchid. HEX triplet: D0, 3D and F2. RGB value is (208,61,242). Sum of RGB (Red+Green+Blue) = 208+61+242=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #D03DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DF2 is #2FC20D. Grayscale: #7D7D7D. Windows color (decimal): -3129870 or 15875536. OLE color: 15875536.

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

Color convert

RGB 208 61 242 -
CMYK 0.14 0.75 0 0.05
HSL 288.73º 0.87% 0.59% -
HSV(B) 288.73º 0.75% 0.95% -
XYZ 43.71 23.16 86.17 -
YUV 125.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 208 61 242 0.14 0.75 0 0.05 288.73 0.87 0.59
Hex D0 3D F2 E 4B 0 5 121 57 3B
Octal 320 75 362 16 113 0 5 441 127 73
Binary 11010000 111101 11110010 1110 1001011 0 101 100100001 1010111 111011

Color Harmonies of #D03DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DF2

Black with #D03DF2

Text Example


Text Example

White with #D03DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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