Html Css Color HEX #D13AED Medium Orchid

📋 copy color: '#D13AED'

red 209 ◦ green 58 ◦ blue 237

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

Shades of Medium Orchid #D13AED

Tints of Medium Orchid #D13AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 41.47%
G = 11.51%
B = 47.02%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D13AED (or 0xD13AED) is known color: Medium Orchid. HEX triplet: D1, 3A and ED. RGB value is (209,58,237). Sum of RGB (Red+Green+Blue) = 209+58+237=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #D13AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13AED is #2EC512. Grayscale: #7A7A7A. Windows color (decimal): -3065107 or 15547089. OLE color: 15547089.

HSL color Cylindrical-coordinate representation of color #D13AED: hue angle of 290.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13AED is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 58 237 -
CMYK 0.12 0.76 0 0.07
HSL 290.61º 0.83% 0.58% -
HSV(B) 290.61º 0.76% 0.93% -
XYZ 43.09 22.7 82.23 -
YUV 123.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 209 58 237 0.12 0.76 0 0.07 290.61 0.83 0.58
Hex D1 3A ED C 4C 0 7 123 53 3A
Octal 321 72 355 14 114 0 7 443 123 72
Binary 11010001 111010 11101101 1100 1001100 0 111 100100011 1010011 111010

Color Harmonies of #D13AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AED

Black with #D13AED

Text Example


Text Example

White with #D13AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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