Html Css Color HEX #D04FED Medium Orchid

📋 copy color: '#D04FED'

red 208 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #D04FED

Tints of Medium Orchid #D04FED

RGB

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

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

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

R = 39.69%
G = 15.08%
B = 45.23%

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

#D04FED (or 0xD04FED) is known color: Medium Orchid. HEX triplet: D0, 4F and ED. RGB value is (208,79,237). Sum of RGB (Red+Green+Blue) = 208+79+237=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #D04FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FED is #2FB012. Grayscale: #878787. Windows color (decimal): -3125267 or 15552464. OLE color: 15552464.

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

Color convert

RGB 208 79 237 -
CMYK 0.12 0.67 0 0.07
HSL 288.99º 0.81% 0.62% -
HSV(B) 288.99º 0.67% 0.93% -
XYZ 44.09 25.12 82.64 -
YUV 135.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 208 79 237 0.12 0.67 0 0.07 288.99 0.81 0.62
Hex D0 4F ED C 43 0 7 121 51 3E
Octal 320 117 355 14 103 0 7 441 121 76
Binary 11010000 1001111 11101101 1100 1000011 0 111 100100001 1010001 111110

Color Harmonies of #D04FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FED

Black with #D04FED

Text Example


Text Example

White with #D04FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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