Html Css Color HEX #D13EDD Medium Orchid

📋 copy color: '#D13EDD'

red 209 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #D13EDD

Tints of Medium Orchid #D13EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 42.48%
G = 12.6%
B = 44.92%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D13EDD (or 0xD13EDD) is known color: Medium Orchid. HEX triplet: D1, 3E and DD. RGB value is (209,62,221). Sum of RGB (Red+Green+Blue) = 209+62+221=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D13EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EDD is #2EC122. Grayscale: #7B7B7B. Windows color (decimal): -3064099 or 14499537. OLE color: 14499537.

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

Color convert

RGB 209 62 221 -
CMYK 0.05 0.72 0 0.13
HSL 295.47º 0.7% 0.55% -
HSV(B) 295.47º 0.72% 0.87% -
XYZ 41.07 22.22 70.53 -
YUV 124.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 209 62 221 0.05 0.72 0 0.13 295.47 0.7 0.55
Hex D1 3E DD 5 48 0 D 127 46 37
Octal 321 76 335 5 110 0 15 447 106 67
Binary 11010001 111110 11011101 101 1001000 0 1101 100100111 1000110 110111

Color Harmonies of #D13EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EDD

Black with #D13EDD

Text Example


Text Example

White with #D13EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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