Html Css Color HEX #D13EDF Medium Orchid

📋 copy color: '#D13EDF'

red 209 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #D13EDF

Tints of Medium Orchid #D13EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 42.31%
G = 12.55%
B = 45.14%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D13EDF (or 0xD13EDF) is known color: Medium Orchid. HEX triplet: D1, 3E and DF. RGB value is (209,62,223). Sum of RGB (Red+Green+Blue) = 209+62+223=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D13EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EDF is #2EC120. Grayscale: #7B7B7B. Windows color (decimal): -3064097 or 14630609. OLE color: 14630609.

HSL color Cylindrical-coordinate representation of color #D13EDF: hue angle of 294.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13EDF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 62 223 -
CMYK 0.06 0.72 0 0.13
HSL 294.78º 0.72% 0.56% -
HSV(B) 294.78º 0.72% 0.87% -
XYZ 41.34 22.33 71.94 -
YUV 124.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 209 62 223 0.06 0.72 0 0.13 294.78 0.72 0.56
Hex D1 3E DF 6 48 0 D 127 48 38
Octal 321 76 337 6 110 0 15 447 110 70
Binary 11010001 111110 11011111 110 1001000 0 1101 100100111 1001000 111000

Color Harmonies of #D13EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EDF

Black with #D13EDF

Text Example


Text Example

White with #D13EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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