Html Css Color HEX #D13EE9 Medium Orchid

📋 copy color: '#D13EE9'

red 209 ◦ green 62 ◦ blue 233

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

Shades of Medium Orchid #D13EE9

Tints of Medium Orchid #D13EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.23%

R = 41.47%
G = 12.3%
B = 46.23%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D13EE9 (or 0xD13EE9) is known color: Medium Orchid. HEX triplet: D1, 3E and E9. RGB value is (209,62,233). Sum of RGB (Red+Green+Blue) = 209+62+233=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #D13EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EE9 is #2EC116. Grayscale: #7C7C7C. Windows color (decimal): -3064087 or 15285969. OLE color: 15285969.

HSL color Cylindrical-coordinate representation of color #D13EE9: hue angle of 291.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13EE9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 62 233 -
CMYK 0.10 0.73 0 0.09
HSL 291.58º 0.8% 0.58% -
HSV(B) 291.58º 0.73% 0.91% -
XYZ 42.73 22.88 79.26 -
YUV 125.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 209 62 233 0.10 0.73 0 0.09 291.58 0.8 0.58
Hex D1 3E E9 A 49 0 9 124 50 3A
Octal 321 76 351 12 111 0 11 444 120 72
Binary 11010001 111110 11101001 1010 1001001 0 1001 100100100 1010000 111010

Color Harmonies of #D13EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EE9

Black with #D13EE9

Text Example


Text Example

White with #D13EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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