Html Css Color HEX #D13EE6 Medium Orchid

📋 copy color: '#D13EE6'

red 209 ◦ green 62 ◦ blue 230

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

Shades of Medium Orchid #D13EE6

Tints of Medium Orchid #D13EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 41.72%
G = 12.38%
B = 45.91%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D13EE6 (or 0xD13EE6) is known color: Medium Orchid. HEX triplet: D1, 3E and E6. RGB value is (209,62,230). Sum of RGB (Red+Green+Blue) = 209+62+230=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #D13EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EE6 is #2EC119. Grayscale: #7C7C7C. Windows color (decimal): -3064090 or 15089361. OLE color: 15089361.

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

Color convert

RGB 209 62 230 -
CMYK 0.09 0.73 0 0.10
HSL 292.5º 0.77% 0.57% -
HSV(B) 292.5º 0.73% 0.9% -
XYZ 42.3 22.71 77.02 -
YUV 125.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 209 62 230 0.09 0.73 0 0.10 292.5 0.77 0.57
Hex D1 3E E6 9 49 0 A 124 4D 39
Octal 321 76 346 11 111 0 12 444 115 71
Binary 11010001 111110 11100110 1001 1001001 0 1010 100100100 1001101 111001

Color Harmonies of #D13EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EE6

Black with #D13EE6

Text Example


Text Example

White with #D13EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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