Html Css Color HEX #D13DF9 Medium Orchid

📋 copy color: '#D13DF9'

red 209 ◦ green 61 ◦ blue 249

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

Shades of Medium Orchid #D13DF9

Tints of Medium Orchid #D13DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.75%

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 40.27%
G = 11.75%
B = 47.98%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13DF9 (or 0xD13DF9) is known color: Medium Orchid. HEX triplet: D1, 3D and F9. RGB value is (209,61,249). Sum of RGB (Red+Green+Blue) = 209+61+249=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #D13DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DF9 is #2EC206. Grayscale: #7E7E7E. Windows color (decimal): -3064327 or 16334289. OLE color: 16334289.

HSL color Cylindrical-coordinate representation of color #D13DF9: hue angle of 287.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13DF9 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 61 249 -
CMYK 0.16 0.76 0 0.02
HSL 287.23º 0.94% 0.61% -
HSV(B) 287.23º 0.76% 0.98% -
XYZ 45.06 23.73 91.83 -
YUV 126.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 209 61 249 0.16 0.76 0 0.02 287.23 0.94 0.61
Hex D1 3D F9 10 4C 0 2 11F 5E 3D
Octal 321 75 371 20 114 0 2 437 136 75
Binary 11010001 111101 11111001 10000 1001100 0 10 100011111 1011110 111101

Color Harmonies of #D13DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DF9

Black with #D13DF9

Text Example


Text Example

White with #D13DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DF9; }

 p { color: rgb(209,61,249); }

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

background-color css

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

 a { background-color: rgb(209,61,249); }

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

border-color css

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

 span { border-color: rgb(209,61,249); }

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