Html Css Color HEX #D139FA Medium Orchid

📋 copy color: '#D139FA'

red 209 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #D139FA

Tints of Medium Orchid #D139FA

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

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

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

R = 40.5%
G = 11.05%
B = 48.45%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D139FA (or 0xD139FA) is known color: Medium Orchid. HEX triplet: D1, 39 and FA. RGB value is (209,57,250). Sum of RGB (Red+Green+Blue) = 209+57+250=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 57 (22.66% from 255 or 11.05% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #D139FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139FA is #2EC605. Grayscale: #7B7B7B. Windows color (decimal): -3065350 or 16398801. OLE color: 16398801.

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

Color convert

RGB 209 57 250 -
CMYK 0.16 0.77 0 0.02
HSL 287.25º 0.95% 0.6% -
HSV(B) 287.25º 0.77% 0.98% -
XYZ 45.01 23.38 92.58 -
YUV 124.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 209 57 250 0.16 0.77 0 0.02 287.25 0.95 0.6
Hex D1 39 FA 10 4D 0 2 11F 5F 3C
Octal 321 71 372 20 115 0 2 437 137 74
Binary 11010001 111001 11111010 10000 1001101 0 10 100011111 1011111 111100

Color Harmonies of #D139FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139FA

Black with #D139FA

Text Example


Text Example

White with #D139FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139FA; }

 p { color: rgb(209,57,250); }

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

background-color css

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

 a { background-color: rgb(209,57,250); }

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

border-color css

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

 span { border-color: rgb(209,57,250); }

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