Html Css Color HEX #D139FD Medium Orchid

📋 copy color: '#D139FD'

red 209 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #D139FD

Tints of Medium Orchid #D139FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 40.27%
G = 10.98%
B = 48.75%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D139FD (or 0xD139FD) is known color: Medium Orchid. HEX triplet: D1, 39 and FD. RGB value is (209,57,253). Sum of RGB (Red+Green+Blue) = 209+57+253=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D139FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139FD is #2EC602. Grayscale: #7C7C7C. Windows color (decimal): -3065347 or 16595409. OLE color: 16595409.

HSL color Cylindrical-coordinate representation of color #D139FD: hue angle of 286.53º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D139FD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 57 253 -
CMYK 0.17 0.77 0 0.01
HSL 286.53º 0.98% 0.61% -
HSV(B) 286.53º 0.77% 0.99% -
XYZ 45.49 23.57 95.08 -
YUV 124.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 209 57 253 0.17 0.77 0 0.01 286.53 0.98 0.61
Hex D1 39 FD 11 4D 0 1 11F 62 3D
Octal 321 71 375 21 115 0 1 437 142 75
Binary 11010001 111001 11111101 10001 1001101 0 1 100011111 1100010 111101

Color Harmonies of #D139FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139FD

Black with #D139FD

Text Example


Text Example

White with #D139FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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