Html Css Color HEX #D13EDA Medium Orchid

📋 copy color: '#D13EDA'

red 209 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #D13EDA

Tints of Medium Orchid #D13EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.68%

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

R = 42.74%
G = 12.68%
B = 44.58%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D13EDA (or 0xD13EDA) is known color: Medium Orchid. HEX triplet: D1, 3E and DA. RGB value is (209,62,218). Sum of RGB (Red+Green+Blue) = 209+62+218=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #D13EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EDA is #2EC125. Grayscale: #7B7B7B. Windows color (decimal): -3064102 or 14302929. OLE color: 14302929.

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

Color convert

RGB 209 62 218 -
CMYK 0.04 0.72 0 0.15
HSL 296.54º 0.68% 0.55% -
HSV(B) 296.54º 0.72% 0.85% -
XYZ 40.67 22.06 68.44 -
YUV 123.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 209 62 218 0.04 0.72 0 0.15 296.54 0.68 0.55
Hex D1 3E DA 4 48 0 F 129 44 37
Octal 321 76 332 4 110 0 17 451 104 67
Binary 11010001 111110 11011010 100 1001000 0 1111 100101001 1000100 110111

Color Harmonies of #D13EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EDA

Black with #D13EDA

Text Example


Text Example

White with #D13EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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