Html Css Color HEX #D13EFB Medium Orchid

📋 copy color: '#D13EFB'

red 209 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #D13EFB

Tints of Medium Orchid #D13EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 40.04%
G = 11.88%
B = 48.08%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13EFB (or 0xD13EFB) is known color: Medium Orchid. HEX triplet: D1, 3E and FB. RGB value is (209,62,251). Sum of RGB (Red+Green+Blue) = 209+62+251=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #D13EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EFB is #2EC104. Grayscale: #7E7E7E. Windows color (decimal): -3064069 or 16465617. OLE color: 16465617.

HSL color Cylindrical-coordinate representation of color #D13EFB: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13EFB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 62 251 -
CMYK 0.17 0.75 0 0.02
HSL 286.67º 0.96% 0.61% -
HSV(B) 286.67º 0.75% 0.98% -
XYZ 45.43 23.97 93.5 -
YUV 127.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 209 62 251 0.17 0.75 0 0.02 286.67 0.96 0.61
Hex D1 3E FB 11 4B 0 2 11F 60 3D
Octal 321 76 373 21 113 0 2 437 140 75
Binary 11010001 111110 11111011 10001 1001011 0 10 100011111 1100000 111101

Color Harmonies of #D13EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EFB

Black with #D13EFB

Text Example


Text Example

White with #D13EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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