Html Css Color HEX #D13AF1 Medium Orchid

📋 copy color: '#D13AF1'

red 209 ◦ green 58 ◦ blue 241

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

Shades of Medium Orchid #D13AF1

Tints of Medium Orchid #D13AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.42%

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

R = 41.14%
G = 11.42%
B = 47.44%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D13AF1 (or 0xD13AF1) is known color: Medium Orchid. HEX triplet: D1, 3A and F1. RGB value is (209,58,241). Sum of RGB (Red+Green+Blue) = 209+58+241=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #D13AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13AF1 is #2EC50E. Grayscale: #7B7B7B. Windows color (decimal): -3065103 or 15809233. OLE color: 15809233.

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

Color convert

RGB 209 58 241 -
CMYK 0.13 0.76 0 0.05
HSL 289.51º 0.87% 0.59% -
HSV(B) 289.51º 0.76% 0.95% -
XYZ 43.68 22.93 85.34 -
YUV 124.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 209 58 241 0.13 0.76 0 0.05 289.51 0.87 0.59
Hex D1 3A F1 D 4C 0 5 122 57 3B
Octal 321 72 361 15 114 0 5 442 127 73
Binary 11010001 111010 11110001 1101 1001100 0 101 100100010 1010111 111011

Color Harmonies of #D13AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AF1

Black with #D13AF1

Text Example


Text Example

White with #D13AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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