Html Css Color HEX #D04EEA Medium Orchid

📋 copy color: '#D04EEA'

red 208 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #D04EEA

Tints of Medium Orchid #D04EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D04EEA (or 0xD04EEA) is known color: Medium Orchid. HEX triplet: D0, 4E and EA. RGB value is (208,78,234). Sum of RGB (Red+Green+Blue) = 208+78+234=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #D04EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EEA is #2FB115. Grayscale: #868686. Windows color (decimal): -3125526 or 15355600. OLE color: 15355600.

HSL color Cylindrical-coordinate representation of color #D04EEA: hue angle of 290º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04EEA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 78 234 -
CMYK 0.11 0.67 0 0.08
HSL 290º 0.79% 0.61% -
HSV(B) 290º 0.67% 0.92% -
XYZ 43.59 24.8 80.33 -
YUV 134.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 208 78 234 0.11 0.67 0 0.08 290 0.79 0.61
Hex D0 4E EA B 43 0 8 122 4F 3D
Octal 320 116 352 13 103 0 10 442 117 75
Binary 11010000 1001110 11101010 1011 1000011 0 1000 100100010 1001111 111101

Color Harmonies of #D04EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EEA

Black with #D04EEA

Text Example


Text Example

White with #D04EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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