Html Css Color HEX #D044EF Medium Orchid

📋 copy color: '#D044EF'

red 208 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #D044EF

Tints of Medium Orchid #D044EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.2%

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

R = 40.39%
G = 13.2%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D044EF (or 0xD044EF) is known color: Medium Orchid. HEX triplet: D0, 44 and EF. RGB value is (208,68,239). Sum of RGB (Red+Green+Blue) = 208+68+239=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D044EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044EF is #2FBB10. Grayscale: #808080. Windows color (decimal): -3128081 or 15680720. OLE color: 15680720.

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

Color convert

RGB 208 68 239 -
CMYK 0.13 0.72 0 0.06
HSL 289.12º 0.84% 0.6% -
HSV(B) 289.12º 0.72% 0.94% -
XYZ 43.66 23.78 83.95 -
YUV 129.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 208 68 239 0.13 0.72 0 0.06 289.12 0.84 0.6
Hex D0 44 EF D 48 0 6 121 54 3C
Octal 320 104 357 15 110 0 6 441 124 74
Binary 11010000 1000100 11101111 1101 1001000 0 110 100100001 1010100 111100

Color Harmonies of #D044EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044EF

Black with #D044EF

Text Example


Text Example

White with #D044EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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