Html Css Color HEX #D04FEC Medium Orchid

📋 copy color: '#D04FEC'

red 208 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #D04FEC

Tints of Medium Orchid #D04FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.11%

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

R = 39.77%
G = 15.11%
B = 45.12%

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

#D04FEC (or 0xD04FEC) is known color: Medium Orchid. HEX triplet: D0, 4F and EC. RGB value is (208,79,236). Sum of RGB (Red+Green+Blue) = 208+79+236=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #D04FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FEC is #2FB013. Grayscale: #868686. Windows color (decimal): -3125268 or 15486928. OLE color: 15486928.

HSL color Cylindrical-coordinate representation of color #D04FEC: hue angle of 289.3º degrees, saturation: 0.81, 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 #D04FEC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 79 236 -
CMYK 0.12 0.67 0 0.07
HSL 289.3º 0.81% 0.62% -
HSV(B) 289.3º 0.67% 0.93% -
XYZ 43.95 25.06 81.88 -
YUV 135.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 208 79 236 0.12 0.67 0 0.07 289.3 0.81 0.62
Hex D0 4F EC C 43 0 7 121 51 3E
Octal 320 117 354 14 103 0 7 441 121 76
Binary 11010000 1001111 11101100 1100 1000011 0 111 100100001 1010001 111110

Color Harmonies of #D04FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FEC

Black with #D04FEC

Text Example


Text Example

White with #D04FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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