Html Css Color HEX #D13FE6 Medium Orchid

📋 copy color: '#D13FE6'

red 209 ◦ green 63 ◦ blue 230

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

Shades of Medium Orchid #D13FE6

Tints of Medium Orchid #D13FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 41.63%
G = 12.55%
B = 45.82%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D13FE6 (or 0xD13FE6) is known color: Medium Orchid. HEX triplet: D1, 3F and E6. RGB value is (209,63,230). Sum of RGB (Red+Green+Blue) = 209+63+230=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #D13FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FE6 is #2EC019. Grayscale: #7D7D7D. Windows color (decimal): -3063834 or 15089617. OLE color: 15089617.

HSL color Cylindrical-coordinate representation of color #D13FE6: hue angle of 292.46º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13FE6 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 63 230 -
CMYK 0.09 0.73 0 0.10
HSL 292.46º 0.77% 0.57% -
HSV(B) 292.46º 0.73% 0.9% -
XYZ 42.35 22.82 77.04 -
YUV 125.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 209 63 230 0.09 0.73 0 0.10 292.46 0.77 0.57
Hex D1 3F E6 9 49 0 A 124 4D 39
Octal 321 77 346 11 111 0 12 444 115 71
Binary 11010001 111111 11100110 1001 1001001 0 1010 100100100 1001101 111001

Color Harmonies of #D13FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FE6

Black with #D13FE6

Text Example


Text Example

White with #D13FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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