Html Css Color HEX #D13AF0 Medium Orchid

📋 copy color: '#D13AF0'

red 209 ◦ green 58 ◦ blue 240

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

Shades of Medium Orchid #D13AF0

Tints of Medium Orchid #D13AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 41.22%
G = 11.44%
B = 47.34%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D13AF0 (or 0xD13AF0) is known color: Medium Orchid. HEX triplet: D1, 3A and F0. RGB value is (209,58,240). Sum of RGB (Red+Green+Blue) = 209+58+240=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #D13AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13AF0 is #2EC50F. Grayscale: #7B7B7B. Windows color (decimal): -3065104 or 15743697. OLE color: 15743697.

HSL color Cylindrical-coordinate representation of color #D13AF0: hue angle of 289.78º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13AF0 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 58 240 -
CMYK 0.13 0.76 0 0.06
HSL 289.78º 0.86% 0.58% -
HSV(B) 289.78º 0.76% 0.94% -
XYZ 43.54 22.87 84.56 -
YUV 123.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 209 58 240 0.13 0.76 0 0.06 289.78 0.86 0.58
Hex D1 3A F0 D 4C 0 6 122 56 3A
Octal 321 72 360 15 114 0 6 442 126 72
Binary 11010001 111010 11110000 1101 1001100 0 110 100100010 1010110 111010

Color Harmonies of #D13AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AF0

Black with #D13AF0

Text Example


Text Example

White with #D13AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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