Html Css Color HEX #D04FEA Medium Orchid

📋 copy color: '#D04FEA'

red 208 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #D04FEA

Tints of Medium Orchid #D04FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 39.92%
G = 15.16%
B = 44.91%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D04FEA (or 0xD04FEA) is known color: Medium Orchid. HEX triplet: D0, 4F and EA. RGB value is (208,79,234). Sum of RGB (Red+Green+Blue) = 208+79+234=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #D04FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FEA is #2FB015. Grayscale: #868686. Windows color (decimal): -3125270 or 15355856. OLE color: 15355856.

HSL color Cylindrical-coordinate representation of color #D04FEA: hue angle of 289.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04FEA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 79 234 -
CMYK 0.11 0.66 0 0.08
HSL 289.94º 0.79% 0.61% -
HSV(B) 289.94º 0.66% 0.92% -
XYZ 43.66 24.94 80.36 -
YUV 135.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 208 79 234 0.11 0.66 0 0.08 289.94 0.79 0.61
Hex D0 4F EA B 42 0 8 122 4F 3D
Octal 320 117 352 13 102 0 10 442 117 75
Binary 11010000 1001111 11101010 1011 1000010 0 1000 100100010 1001111 111101

Color Harmonies of #D04FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FEA

Black with #D04FEA

Text Example


Text Example

White with #D04FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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