Html Css Color HEX #D13ADD Medium Orchid

📋 copy color: '#D13ADD'

red 209 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #D13ADD

Tints of Medium Orchid #D13ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.89%

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

R = 42.83%
G = 11.89%
B = 45.29%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D13ADD (or 0xD13ADD) is known color: Medium Orchid. HEX triplet: D1, 3A and DD. RGB value is (209,58,221). Sum of RGB (Red+Green+Blue) = 209+58+221=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #D13ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ADD is #2EC522. Grayscale: #797979. Windows color (decimal): -3065123 or 14498513. OLE color: 14498513.

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

Color convert

RGB 209 58 221 -
CMYK 0.05 0.74 0 0.13
HSL 295.58º 0.71% 0.55% -
HSV(B) 295.58º 0.74% 0.87% -
XYZ 40.86 21.8 70.46 -
YUV 121.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 209 58 221 0.05 0.74 0 0.13 295.58 0.71 0.55
Hex D1 3A DD 5 4A 0 D 128 47 37
Octal 321 72 335 5 112 0 15 450 107 67
Binary 11010001 111010 11011101 101 1001010 0 1101 100101000 1000111 110111

Color Harmonies of #D13ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ADD

Black with #D13ADD

Text Example


Text Example

White with #D13ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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