Html Css Color HEX #D139FE Medium Orchid

📋 copy color: '#D139FE'

red 209 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #D139FE

Tints of Medium Orchid #D139FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 40.19%
G = 10.96%
B = 48.85%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D139FE (or 0xD139FE) is known color: Medium Orchid. HEX triplet: D1, 39 and FE. RGB value is (209,57,254). Sum of RGB (Red+Green+Blue) = 209+57+254=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 57 (22.66% from 255 or 10.96% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #D139FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139FE is #2EC601. Grayscale: #7C7C7C. Windows color (decimal): -3065346 or 16660945. OLE color: 16660945.

HSL color Cylindrical-coordinate representation of color #D139FE: hue angle of 286.29º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D139FE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 57 254 -
CMYK 0.18 0.78 0 0.00
HSL 286.29º 0.99% 0.61% -
HSV(B) 286.29º 0.78% 1% -
XYZ 45.65 23.64 95.92 -
YUV 124.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 209 57 254 0.18 0.78 0 0.00 286.29 0.99 0.61
Hex D1 39 FE 12 4E 0 0 11E 63 3D
Octal 321 71 376 22 116 0 0 436 143 75
Binary 11010001 111001 11111110 10010 1001110 0 0 100011110 1100011 111101

Color Harmonies of #D139FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139FE

Black with #D139FE

Text Example


Text Example

White with #D139FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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