Html Css Color HEX #D13EF8 Medium Orchid

📋 copy color: '#D13EF8'

red 209 ◦ green 62 ◦ blue 248

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

Shades of Medium Orchid #D13EF8

Tints of Medium Orchid #D13EF8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.95%

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

R = 40.27%
G = 11.95%
B = 47.78%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D13EF8 (or 0xD13EF8) is known color: Medium Orchid. HEX triplet: D1, 3E and F8. RGB value is (209,62,248). Sum of RGB (Red+Green+Blue) = 209+62+248=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #D13EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EF8 is #2EC107. Grayscale: #7E7E7E. Windows color (decimal): -3064072 or 16269009. OLE color: 16269009.

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

Color convert

RGB 209 62 248 -
CMYK 0.16 0.75 0 0.03
HSL 287.42º 0.93% 0.61% -
HSV(B) 287.42º 0.75% 0.97% -
XYZ 44.96 23.78 91.03 -
YUV 127.16 196.2 186.38 -
System Red Green Blue C M Y K H S L
Decimal 209 62 248 0.16 0.75 0 0.03 287.42 0.93 0.61
Hex D1 3E F8 10 4B 0 3 11F 5D 3D
Octal 321 76 370 20 113 0 3 437 135 75
Binary 11010001 111110 11111000 10000 1001011 0 11 100011111 1011101 111101

Color Harmonies of #D13EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EF8

Black with #D13EF8

Text Example


Text Example

White with #D13EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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