Html Css Color HEX #D13FEF Medium Orchid

📋 copy color: '#D13FEF'

red 209 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #D13FEF

Tints of Medium Orchid #D13FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.33%

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 40.9%
G = 12.33%
B = 46.77%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D13FEF (or 0xD13FEF) is known color: Medium Orchid. HEX triplet: D1, 3F and EF. RGB value is (209,63,239). Sum of RGB (Red+Green+Blue) = 209+63+239=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #D13FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FEF is #2EC010. Grayscale: #7E7E7E. Windows color (decimal): -3063825 or 15679441. OLE color: 15679441.

HSL color Cylindrical-coordinate representation of color #D13FEF: hue angle of 289.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13FEF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 63 239 -
CMYK 0.13 0.74 0 0.06
HSL 289.77º 0.85% 0.59% -
HSV(B) 289.77º 0.74% 0.94% -
XYZ 43.65 23.34 83.87 -
YUV 126.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 209 63 239 0.13 0.74 0 0.06 289.77 0.85 0.59
Hex D1 3F EF D 4A 0 6 122 55 3B
Octal 321 77 357 15 112 0 6 442 125 73
Binary 11010001 111111 11101111 1101 1001010 0 110 100100010 1010101 111011

Color Harmonies of #D13FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FEF

Black with #D13FEF

Text Example


Text Example

White with #D13FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FEF; }

 p { color: rgb(209,63,239); }

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

background-color css

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

 a { background-color: rgb(209,63,239); }

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

border-color css

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

 span { border-color: rgb(209,63,239); }

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