Html Css Color HEX #D13FDB Medium Orchid

📋 copy color: '#D13FDB'

red 209 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #D13FDB

Tints of Medium Orchid #D13FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

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

R = 42.57%
G = 12.83%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D13FDB (or 0xD13FDB) is known color: Medium Orchid. HEX triplet: D1, 3F and DB. RGB value is (209,63,219). Sum of RGB (Red+Green+Blue) = 209+63+219=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FDB is #2EC024. Grayscale: #7B7B7B. Windows color (decimal): -3063845 or 14368721. OLE color: 14368721.

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

Color convert

RGB 209 63 219 -
CMYK 0.05 0.71 0 0.14
HSL 296.15º 0.68% 0.55% -
HSV(B) 296.15º 0.71% 0.86% -
XYZ 40.86 22.22 69.15 -
YUV 124.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 209 63 219 0.05 0.71 0 0.14 296.15 0.68 0.55
Hex D1 3F DB 5 47 0 E 128 44 37
Octal 321 77 333 5 107 0 16 450 104 67
Binary 11010001 111111 11011011 101 1000111 0 1110 100101000 1000100 110111

Color Harmonies of #D13FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FDB

Black with #D13FDB

Text Example


Text Example

White with #D13FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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