Html Css Color HEX #D04EDA Medium Orchid

📋 copy color: '#D04EDA'

red 208 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #D04EDA

Tints of Medium Orchid #D04EDA

RGB

 RED value IS 208 (81.64% from 255) = 41.27%

 GREEN value IS 78 (30.86% from 255) = 15.48%

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

R = 41.27%
G = 15.48%
B = 43.25%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D04EDA (or 0xD04EDA) is known color: Medium Orchid. HEX triplet: D0, 4E and DA. RGB value is (208,78,218). Sum of RGB (Red+Green+Blue) = 208+78+218=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #D04EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EDA is #2FB125. Grayscale: #848484. Windows color (decimal): -3125542 or 14307024. OLE color: 14307024.

HSL color Cylindrical-coordinate representation of color #D04EDA: hue angle of 295.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04EDA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 78 218 -
CMYK 0.05 0.64 0 0.15
HSL 295.71º 0.65% 0.58% -
HSV(B) 295.71º 0.64% 0.85% -
XYZ 41.39 23.92 68.77 -
YUV 132.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 208 78 218 0.05 0.64 0 0.15 295.71 0.65 0.58
Hex D0 4E DA 5 40 0 F 128 41 3A
Octal 320 116 332 5 100 0 17 450 101 72
Binary 11010000 1001110 11011010 101 1000000 0 1111 100101000 1000001 111010

Color Harmonies of #D04EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EDA

Black with #D04EDA

Text Example


Text Example

White with #D04EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EDA; }

 p { color: rgb(208,78,218); }

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

background-color css

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

 a { background-color: rgb(208,78,218); }

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

border-color css

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

 span { border-color: rgb(208,78,218); }

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