Html Css Color HEX #D13ADC Medium Orchid

📋 copy color: '#D13ADC'

red 209 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #D13ADC

Tints of Medium Orchid #D13ADC

RGB

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

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

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

R = 42.92%
G = 11.91%
B = 45.17%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D13ADC (or 0xD13ADC) is known color: Medium Orchid. HEX triplet: D1, 3A and DC. RGB value is (209,58,220). Sum of RGB (Red+Green+Blue) = 209+58+220=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #D13ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ADC is #2EC523. Grayscale: #797979. Windows color (decimal): -3065124 or 14432977. OLE color: 14432977.

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

Color convert

RGB 209 58 220 -
CMYK 0.05 0.74 0 0.14
HSL 295.93º 0.7% 0.55% -
HSV(B) 295.93º 0.74% 0.86% -
XYZ 40.73 21.75 69.76 -
YUV 121.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 209 58 220 0.05 0.74 0 0.14 295.93 0.7 0.55
Hex D1 3A DC 5 4A 0 E 128 46 37
Octal 321 72 334 5 112 0 16 450 106 67
Binary 11010001 111010 11011100 101 1001010 0 1110 100101000 1000110 110111

Color Harmonies of #D13ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ADC

Black with #D13ADC

Text Example


Text Example

White with #D13ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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