Html Css Color HEX #D04EED Medium Orchid

📋 copy color: '#D04EED'

red 208 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #D04EED

Tints of Medium Orchid #D04EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 39.77%
G = 14.91%
B = 45.32%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D04EED (or 0xD04EED) is known color: Medium Orchid. HEX triplet: D0, 4E and ED. RGB value is (208,78,237). Sum of RGB (Red+Green+Blue) = 208+78+237=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #D04EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EED is #2FB112. Grayscale: #868686. Windows color (decimal): -3125523 or 15552208. OLE color: 15552208.

HSL color Cylindrical-coordinate representation of color #D04EED: hue angle of 289.06º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04EED is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 78 237 -
CMYK 0.12 0.67 0 0.07
HSL 289.06º 0.82% 0.62% -
HSV(B) 289.06º 0.67% 0.93% -
XYZ 44.02 24.97 82.62 -
YUV 135 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 208 78 237 0.12 0.67 0 0.07 289.06 0.82 0.62
Hex D0 4E ED C 43 0 7 121 52 3E
Octal 320 116 355 14 103 0 7 441 122 76
Binary 11010000 1001110 11101101 1100 1000011 0 111 100100001 1010010 111110

Color Harmonies of #D04EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EED

Black with #D04EED

Text Example


Text Example

White with #D04EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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