Html Css Color HEX #D13FEB Medium Orchid

📋 copy color: '#D13FEB'

red 209 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #D13FEB

Tints of Medium Orchid #D13FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.43%

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 41.22%
G = 12.43%
B = 46.35%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D13FEB (or 0xD13FEB) is known color: Medium Orchid. HEX triplet: D1, 3F and EB. RGB value is (209,63,235). Sum of RGB (Red+Green+Blue) = 209+63+235=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #D13FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FEB is #2EC014. Grayscale: #7D7D7D. Windows color (decimal): -3063829 or 15417297. OLE color: 15417297.

HSL color Cylindrical-coordinate representation of color #D13FEB: hue angle of 290.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13FEB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 63 235 -
CMYK 0.11 0.73 0 0.08
HSL 290.93º 0.81% 0.58% -
HSV(B) 290.93º 0.73% 0.92% -
XYZ 43.07 23.11 80.79 -
YUV 126.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 209 63 235 0.11 0.73 0 0.08 290.93 0.81 0.58
Hex D1 3F EB B 49 0 8 123 51 3A
Octal 321 77 353 13 111 0 10 443 121 72
Binary 11010001 111111 11101011 1011 1001001 0 1000 100100011 1010001 111010

Color Harmonies of #D13FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FEB

Black with #D13FEB

Text Example


Text Example

White with #D13FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FEB; }

 p { color: rgb(209,63,235); }

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

background-color css

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

 a { background-color: rgb(209,63,235); }

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

border-color css

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

 span { border-color: rgb(209,63,235); }

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