Html Css Color HEX #D044F1 Medium Orchid

📋 copy color: '#D044F1'

red 208 ◦ green 68 ◦ blue 241

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

Shades of Medium Orchid #D044F1

Tints of Medium Orchid #D044F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 40.23%
G = 13.15%
B = 46.62%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D044F1 (or 0xD044F1) is known color: Medium Orchid. HEX triplet: D0, 44 and F1. RGB value is (208,68,241). Sum of RGB (Red+Green+Blue) = 208+68+241=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #D044F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044F1 is #2FBB0E. Grayscale: #818181. Windows color (decimal): -3128079 or 15811792. OLE color: 15811792.

HSL color Cylindrical-coordinate representation of color #D044F1: hue angle of 288.55º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D044F1 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 68 241 -
CMYK 0.14 0.72 0 0.05
HSL 288.55º 0.86% 0.61% -
HSV(B) 288.55º 0.72% 0.95% -
XYZ 43.96 23.9 85.51 -
YUV 129.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 208 68 241 0.14 0.72 0 0.05 288.55 0.86 0.61
Hex D0 44 F1 E 48 0 5 121 56 3D
Octal 320 104 361 16 110 0 5 441 126 75
Binary 11010000 1000100 11110001 1110 1001000 0 101 100100001 1010110 111101

Color Harmonies of #D044F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044F1

Black with #D044F1

Text Example


Text Example

White with #D044F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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