Html Css Color HEX #D13BE1 Medium Orchid

📋 copy color: '#D13BE1'

red 209 ◦ green 59 ◦ blue 225

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

Shades of Medium Orchid #D13BE1

Tints of Medium Orchid #D13BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.97%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 42.39%
G = 11.97%
B = 45.64%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D13BE1 (or 0xD13BE1) is known color: Medium Orchid. HEX triplet: D1, 3B and E1. RGB value is (209,59,225). Sum of RGB (Red+Green+Blue) = 209+59+225=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #D13BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BE1 is #2EC41E. Grayscale: #7A7A7A. Windows color (decimal): -3064863 or 14760913. OLE color: 14760913.

HSL color Cylindrical-coordinate representation of color #D13BE1: hue angle of 294.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13BE1 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 59 225 -
CMYK 0.07 0.74 0 0.12
HSL 294.22º 0.73% 0.56% -
HSV(B) 294.22º 0.74% 0.88% -
XYZ 41.45 22.12 73.32 -
YUV 122.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 209 59 225 0.07 0.74 0 0.12 294.22 0.73 0.56
Hex D1 3B E1 7 4A 0 C 126 49 38
Octal 321 73 341 7 112 0 14 446 111 70
Binary 11010001 111011 11100001 111 1001010 0 1100 100100110 1001001 111000

Color Harmonies of #D13BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BE1

Black with #D13BE1

Text Example


Text Example

White with #D13BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BE1; }

 p { color: rgb(209,59,225); }

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

background-color css

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

 a { background-color: rgb(209,59,225); }

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

border-color css

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

 span { border-color: rgb(209,59,225); }

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