Html Css Color HEX #D04EE7 Medium Orchid

📋 copy color: '#D04EE7'

red 208 ◦ green 78 ◦ blue 231

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

Shades of Medium Orchid #D04EE7

Tints of Medium Orchid #D04EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 40.23%
G = 15.09%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D04EE7 (or 0xD04EE7) is known color: Medium Orchid. HEX triplet: D0, 4E and E7. RGB value is (208,78,231). Sum of RGB (Red+Green+Blue) = 208+78+231=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #D04EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EE7 is #2FB118. Grayscale: #858585. Windows color (decimal): -3125529 or 15158992. OLE color: 15158992.

HSL color Cylindrical-coordinate representation of color #D04EE7: hue angle of 290.98º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04EE7 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 78 231 -
CMYK 0.10 0.66 0 0.09
HSL 290.98º 0.76% 0.61% -
HSV(B) 290.98º 0.66% 0.91% -
XYZ 43.16 24.63 78.08 -
YUV 134.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 208 78 231 0.10 0.66 0 0.09 290.98 0.76 0.61
Hex D0 4E E7 A 42 0 9 123 4C 3D
Octal 320 116 347 12 102 0 11 443 114 75
Binary 11010000 1001110 11100111 1010 1000010 0 1001 100100011 1001100 111101

Color Harmonies of #D04EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EE7

Black with #D04EE7

Text Example


Text Example

White with #D04EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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