Html Css Color HEX #D04FE8 Medium Orchid

📋 copy color: '#D04FE8'

red 208 ◦ green 79 ◦ blue 232

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

Shades of Medium Orchid #D04FE8

Tints of Medium Orchid #D04FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 40.08%
G = 15.22%
B = 44.7%

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

#D04FE8 (or 0xD04FE8) is known color: Medium Orchid. HEX triplet: D0, 4F and E8. RGB value is (208,79,232). Sum of RGB (Red+Green+Blue) = 208+79+232=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #D04FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FE8 is #2FB017. Grayscale: #868686. Windows color (decimal): -3125272 or 15224784. OLE color: 15224784.

HSL color Cylindrical-coordinate representation of color #D04FE8: hue angle of 290.59º degrees, saturation: 0.77, 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 #D04FE8 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 79 232 -
CMYK 0.10 0.66 0 0.09
HSL 290.59º 0.77% 0.61% -
HSV(B) 290.59º 0.66% 0.91% -
XYZ 43.37 24.83 78.85 -
YUV 135.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 208 79 232 0.10 0.66 0 0.09 290.59 0.77 0.61
Hex D0 4F E8 A 42 0 9 123 4D 3D
Octal 320 117 350 12 102 0 11 443 115 75
Binary 11010000 1001111 11101000 1010 1000010 0 1001 100100011 1001101 111101

Color Harmonies of #D04FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FE8

Black with #D04FE8

Text Example


Text Example

White with #D04FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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