Html Css Color HEX #D044F5 Medium Orchid

📋 copy color: '#D044F5'

red 208 ◦ green 68 ◦ blue 245

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

Shades of Medium Orchid #D044F5

Tints of Medium Orchid #D044F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.02%

R = 39.92%
G = 13.05%
B = 47.02%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D044F5 (or 0xD044F5) is known color: Medium Orchid. HEX triplet: D0, 44 and F5. RGB value is (208,68,245). Sum of RGB (Red+Green+Blue) = 208+68+245=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #D044F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044F5 is #2FBB0A. Grayscale: #818181. Windows color (decimal): -3128075 or 16073936. OLE color: 16073936.

HSL color Cylindrical-coordinate representation of color #D044F5: hue angle of 287.46º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D044F5 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 68 245 -
CMYK 0.15 0.72 0 0.04
HSL 287.46º 0.9% 0.61% -
HSV(B) 287.46º 0.72% 0.96% -
XYZ 44.56 24.14 88.7 -
YUV 130.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 208 68 245 0.15 0.72 0 0.04 287.46 0.9 0.61
Hex D0 44 F5 F 48 0 4 11F 5A 3D
Octal 320 104 365 17 110 0 4 437 132 75
Binary 11010000 1000100 11110101 1111 1001000 0 100 100011111 1011010 111101

Color Harmonies of #D044F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044F5

Black with #D044F5

Text Example


Text Example

White with #D044F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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