Html Css Color HEX #D13BDB Medium Orchid

📋 copy color: '#D13BDB'

red 209 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #D13BDB

Tints of Medium Orchid #D13BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 42.92%
G = 12.11%
B = 44.97%

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

#D13BDB (or 0xD13BDB) is known color: Medium Orchid. HEX triplet: D1, 3B and DB. RGB value is (209,59,219). Sum of RGB (Red+Green+Blue) = 209+59+219=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDB is #2EC424. Grayscale: #797979. Windows color (decimal): -3064869 or 14367697. OLE color: 14367697.

HSL color Cylindrical-coordinate representation of color #D13BDB: hue angle of 296.25º degrees, saturation: 0.69, 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 #D13BDB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 59 219 -
CMYK 0.05 0.73 0 0.14
HSL 296.25º 0.69% 0.55% -
HSV(B) 296.25º 0.73% 0.86% -
XYZ 40.64 21.8 69.08 -
YUV 122.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 209 59 219 0.05 0.73 0 0.14 296.25 0.69 0.55
Hex D1 3B DB 5 49 0 E 128 45 37
Octal 321 73 333 5 111 0 16 450 105 67
Binary 11010001 111011 11011011 101 1001001 0 1110 100101000 1000101 110111

Color Harmonies of #D13BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BDB

Black with #D13BDB

Text Example


Text Example

White with #D13BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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