Html Css Color HEX #D13BDC Medium Orchid

📋 copy color: '#D13BDC'

red 209 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #D13BDC

Tints of Medium Orchid #D13BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 42.83%
G = 12.09%
B = 45.08%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D13BDC (or 0xD13BDC) is known color: Medium Orchid. HEX triplet: D1, 3B and DC. RGB value is (209,59,220). Sum of RGB (Red+Green+Blue) = 209+59+220=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #D13BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDC is #2EC423. Grayscale: #797979. Windows color (decimal): -3064868 or 14433233. OLE color: 14433233.

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

Color convert

RGB 209 59 220 -
CMYK 0.05 0.73 0 0.14
HSL 295.9º 0.7% 0.55% -
HSV(B) 295.9º 0.73% 0.86% -
XYZ 40.78 21.85 69.78 -
YUV 122.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 209 59 220 0.05 0.73 0 0.14 295.9 0.7 0.55
Hex D1 3B DC 5 49 0 E 128 46 37
Octal 321 73 334 5 111 0 16 450 106 67
Binary 11010001 111011 11011100 101 1001001 0 1110 100101000 1000110 110111

Color Harmonies of #D13BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BDC

Black with #D13BDC

Text Example


Text Example

White with #D13BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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