Html Css Color HEX #D13BDD Medium Orchid

📋 copy color: '#D13BDD'

red 209 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #D13BDD

Tints of Medium Orchid #D13BDD

RGB

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

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

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

R = 42.74%
G = 12.07%
B = 45.19%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D13BDD (or 0xD13BDD) is known color: Medium Orchid. HEX triplet: D1, 3B and DD. RGB value is (209,59,221). Sum of RGB (Red+Green+Blue) = 209+59+221=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #D13BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDD is #2EC422. Grayscale: #797979. Windows color (decimal): -3064867 or 14498769. OLE color: 14498769.

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

Color convert

RGB 209 59 221 -
CMYK 0.05 0.73 0 0.13
HSL 295.56º 0.7% 0.55% -
HSV(B) 295.56º 0.73% 0.87% -
XYZ 40.91 21.9 70.48 -
YUV 122.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 209 59 221 0.05 0.73 0 0.13 295.56 0.7 0.55
Hex D1 3B DD 5 49 0 D 128 46 37
Octal 321 73 335 5 111 0 15 450 106 67
Binary 11010001 111011 11011101 101 1001001 0 1101 100101000 1000110 110111

Color Harmonies of #D13BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BDD

Black with #D13BDD

Text Example


Text Example

White with #D13BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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