Html Css Color HEX #D13ADA Medium Orchid

📋 copy color: '#D13ADA'

red 209 ◦ green 58 ◦ blue 218

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

Shades of Medium Orchid #D13ADA

Tints of Medium Orchid #D13ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 43.09%
G = 11.96%
B = 44.95%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D13ADA (or 0xD13ADA) is known color: Medium Orchid. HEX triplet: D1, 3A and DA. RGB value is (209,58,218). Sum of RGB (Red+Green+Blue) = 209+58+218=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #D13ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ADA is #2EC525. Grayscale: #787878. Windows color (decimal): -3065126 or 14301905. OLE color: 14301905.

HSL color Cylindrical-coordinate representation of color #D13ADA: hue angle of 296.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13ADA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 58 218 -
CMYK 0.04 0.73 0 0.15
HSL 296.63º 0.68% 0.54% -
HSV(B) 296.63º 0.73% 0.85% -
XYZ 40.46 21.64 68.37 -
YUV 121.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 209 58 218 0.04 0.73 0 0.15 296.63 0.68 0.54
Hex D1 3A DA 4 49 0 F 129 44 36
Octal 321 72 332 4 111 0 17 451 104 66
Binary 11010001 111010 11011010 100 1001001 0 1111 100101001 1000100 110110

Color Harmonies of #D13ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ADA

Black with #D13ADA

Text Example


Text Example

White with #D13ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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