Html Css Color HEX #D13EFC Medium Orchid

📋 copy color: '#D13EFC'

red 209 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #D13EFC

Tints of Medium Orchid #D13EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 39.96%
G = 11.85%
B = 48.18%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D13EFC (or 0xD13EFC) is known color: Medium Orchid. HEX triplet: D1, 3E and FC. RGB value is (209,62,252). Sum of RGB (Red+Green+Blue) = 209+62+252=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #D13EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EFC is #2EC103. Grayscale: #7F7F7F. Windows color (decimal): -3064068 or 16531153. OLE color: 16531153.

HSL color Cylindrical-coordinate representation of color #D13EFC: hue angle of 286.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13EFC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 62 252 -
CMYK 0.17 0.75 0 0.01
HSL 286.42º 0.97% 0.62% -
HSV(B) 286.42º 0.75% 0.99% -
XYZ 45.59 24.03 94.33 -
YUV 127.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 209 62 252 0.17 0.75 0 0.01 286.42 0.97 0.62
Hex D1 3E FC 11 4B 0 1 11E 61 3E
Octal 321 76 374 21 113 0 1 436 141 76
Binary 11010001 111110 11111100 10001 1001011 0 1 100011110 1100001 111110

Color Harmonies of #D13EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EFC

Black with #D13EFC

Text Example


Text Example

White with #D13EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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