Html Css Color HEX #D13AF8 Medium Orchid

📋 copy color: '#D13AF8'

red 209 ◦ green 58 ◦ blue 248

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

Shades of Medium Orchid #D13AF8

Tints of Medium Orchid #D13AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 40.58%
G = 11.26%
B = 48.16%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D13AF8 (or 0xD13AF8) is known color: Medium Orchid. HEX triplet: D1, 3A and F8. RGB value is (209,58,248). Sum of RGB (Red+Green+Blue) = 209+58+248=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #D13AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13AF8 is #2EC507. Grayscale: #7C7C7C. Windows color (decimal): -3065096 or 16267985. OLE color: 16267985.

HSL color Cylindrical-coordinate representation of color #D13AF8: hue angle of 287.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13AF8 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 58 248 -
CMYK 0.16 0.77 0 0.03
HSL 287.68º 0.93% 0.6% -
HSV(B) 287.68º 0.77% 0.97% -
XYZ 44.75 23.36 90.96 -
YUV 124.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 209 58 248 0.16 0.77 0 0.03 287.68 0.93 0.6
Hex D1 3A F8 10 4D 0 3 120 5D 3C
Octal 321 72 370 20 115 0 3 440 135 74
Binary 11010001 111010 11111000 10000 1001101 0 11 100100000 1011101 111100

Color Harmonies of #D13AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AF8

Black with #D13AF8

Text Example


Text Example

White with #D13AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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