Html Css Color HEX #D044E0 Medium Orchid

📋 copy color: '#D044E0'

red 208 ◦ green 68 ◦ blue 224

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

Shades of Medium Orchid #D044E0

Tints of Medium Orchid #D044E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 41.6%
G = 13.6%
B = 44.8%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D044E0 (or 0xD044E0) is known color: Medium Orchid. HEX triplet: D0, 44 and E0. RGB value is (208,68,224). Sum of RGB (Red+Green+Blue) = 208+68+224=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #D044E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044E0 is #2FBB1F. Grayscale: #7F7F7F. Windows color (decimal): -3128096 or 14697680. OLE color: 14697680.

HSL color Cylindrical-coordinate representation of color #D044E0: hue angle of 293.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D044E0 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 68 224 -
CMYK 0.07 0.70 0 0.12
HSL 293.85º 0.72% 0.57% -
HSV(B) 293.85º 0.7% 0.88% -
XYZ 41.53 22.93 72.76 -
YUV 127.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 208 68 224 0.07 0.70 0 0.12 293.85 0.72 0.57
Hex D0 44 E0 7 46 0 C 126 48 39
Octal 320 104 340 7 106 0 14 446 110 71
Binary 11010000 1000100 11100000 111 1000110 0 1100 100100110 1001000 111001

Color Harmonies of #D044E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044E0

Black with #D044E0

Text Example


Text Example

White with #D044E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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