Html Css Color HEX #D13FE9 Medium Orchid

📋 copy color: '#D13FE9'

red 209 ◦ green 63 ◦ blue 233

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

Shades of Medium Orchid #D13FE9

Tints of Medium Orchid #D13FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.14%

R = 41.39%
G = 12.48%
B = 46.14%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D13FE9 (or 0xD13FE9) is known color: Medium Orchid. HEX triplet: D1, 3F and E9. RGB value is (209,63,233). Sum of RGB (Red+Green+Blue) = 209+63+233=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #D13FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FE9 is #2EC016. Grayscale: #7D7D7D. Windows color (decimal): -3063831 or 15286225. OLE color: 15286225.

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

Color convert

RGB 209 63 233 -
CMYK 0.10 0.73 0 0.09
HSL 291.53º 0.79% 0.58% -
HSV(B) 291.53º 0.73% 0.91% -
XYZ 42.78 22.99 79.27 -
YUV 126.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 209 63 233 0.10 0.73 0 0.09 291.53 0.79 0.58
Hex D1 3F E9 A 49 0 9 124 4F 3A
Octal 321 77 351 12 111 0 11 444 117 72
Binary 11010001 111111 11101001 1010 1001001 0 1001 100100100 1001111 111010

Color Harmonies of #D13FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FE9

Black with #D13FE9

Text Example


Text Example

White with #D13FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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