Html Css Color HEX #D04DEC Medium Orchid

📋 copy color: '#D04DEC'

red 208 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #D04DEC

Tints of Medium Orchid #D04DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 39.92%
G = 14.78%
B = 45.3%

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

#D04DEC (or 0xD04DEC) is known color: Medium Orchid. HEX triplet: D0, 4D and EC. RGB value is (208,77,236). Sum of RGB (Red+Green+Blue) = 208+77+236=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #D04DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DEC is #2FB213. Grayscale: #858585. Windows color (decimal): -3125780 or 15486416. OLE color: 15486416.

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

Color convert

RGB 208 77 236 -
CMYK 0.12 0.67 0 0.07
HSL 289.43º 0.81% 0.61% -
HSV(B) 289.43º 0.67% 0.93% -
XYZ 43.81 24.77 81.83 -
YUV 134.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 208 77 236 0.12 0.67 0 0.07 289.43 0.81 0.61
Hex D0 4D EC C 43 0 7 121 51 3D
Octal 320 115 354 14 103 0 7 441 121 75
Binary 11010000 1001101 11101100 1100 1000011 0 111 100100001 1010001 111101

Color Harmonies of #D04DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DEC

Black with #D04DEC

Text Example


Text Example

White with #D04DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DEC; }

 p { color: rgb(208,77,236); }

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

background-color css

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

 a { background-color: rgb(208,77,236); }

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

border-color css

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

 span { border-color: rgb(208,77,236); }

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