Html Css Color HEX #D13DF1 Medium Orchid

📋 copy color: '#D13DF1'

red 209 ◦ green 61 ◦ blue 241

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

Shades of Medium Orchid #D13DF1

Tints of Medium Orchid #D13DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 40.9%
G = 11.94%
B = 47.16%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D13DF1 (or 0xD13DF1) is known color: Medium Orchid. HEX triplet: D1, 3D and F1. RGB value is (209,61,241). Sum of RGB (Red+Green+Blue) = 209+61+241=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #D13DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DF1 is #2EC20E. Grayscale: #7D7D7D. Windows color (decimal): -3064335 or 15810001. OLE color: 15810001.

HSL color Cylindrical-coordinate representation of color #D13DF1: hue angle of 289.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13DF1 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 61 241 -
CMYK 0.13 0.75 0 0.05
HSL 289.33º 0.87% 0.59% -
HSV(B) 289.33º 0.75% 0.95% -
XYZ 43.84 23.24 85.39 -
YUV 125.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 209 61 241 0.13 0.75 0 0.05 289.33 0.87 0.59
Hex D1 3D F1 D 4B 0 5 121 57 3B
Octal 321 75 361 15 113 0 5 441 127 73
Binary 11010001 111101 11110001 1101 1001011 0 101 100100001 1010111 111011

Color Harmonies of #D13DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DF1

Black with #D13DF1

Text Example


Text Example

White with #D13DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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