Html Css Color HEX #D039F1 Medium Orchid

📋 copy color: '#D039F1'

red 208 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #D039F1

Tints of Medium Orchid #D039F1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.26%

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 41.11%
G = 11.26%
B = 47.63%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D039F1 (or 0xD039F1) is known color: Medium Orchid. HEX triplet: D0, 39 and F1. RGB value is (208,57,241). Sum of RGB (Red+Green+Blue) = 208+57+241=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #D039F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039F1 is #2FC60E. Grayscale: #7A7A7A. Windows color (decimal): -3130895 or 15808976. OLE color: 15808976.

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

Color convert

RGB 208 57 241 -
CMYK 0.14 0.76 0 0.05
HSL 289.24º 0.87% 0.58% -
HSV(B) 289.24º 0.76% 0.95% -
XYZ 43.35 22.69 85.31 -
YUV 123.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 208 57 241 0.14 0.76 0 0.05 289.24 0.87 0.58
Hex D0 39 F1 E 4C 0 5 121 57 3A
Octal 320 71 361 16 114 0 5 441 127 72
Binary 11010000 111001 11110001 1110 1001100 0 101 100100001 1010111 111010

Color Harmonies of #D039F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039F1

Black with #D039F1

Text Example


Text Example

White with #D039F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039F1; }

 p { color: rgb(208,57,241); }

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

background-color css

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

 a { background-color: rgb(208,57,241); }

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

border-color css

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

 span { border-color: rgb(208,57,241); }

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