Html Css Color HEX #D04FEF Medium Orchid

📋 copy color: '#D04FEF'

red 208 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #D04FEF

Tints of Medium Orchid #D04FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 39.54%
G = 15.02%
B = 45.44%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D04FEF (or 0xD04FEF) is known color: Medium Orchid. HEX triplet: D0, 4F and EF. RGB value is (208,79,239). Sum of RGB (Red+Green+Blue) = 208+79+239=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #D04FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FEF is #2FB010. Grayscale: #878787. Windows color (decimal): -3125265 or 15683536. OLE color: 15683536.

HSL color Cylindrical-coordinate representation of color #D04FEF: hue angle of 288.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04FEF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 79 239 -
CMYK 0.13 0.67 0 0.06
HSL 288.38º 0.83% 0.62% -
HSV(B) 288.38º 0.67% 0.94% -
XYZ 44.39 25.23 84.19 -
YUV 135.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 208 79 239 0.13 0.67 0 0.06 288.38 0.83 0.62
Hex D0 4F EF D 43 0 6 120 53 3E
Octal 320 117 357 15 103 0 6 440 123 76
Binary 11010000 1001111 11101111 1101 1000011 0 110 100100000 1010011 111110

Color Harmonies of #D04FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FEF

Black with #D04FEF

Text Example


Text Example

White with #D04FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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