Html Css Color HEX #D044FA Medium Orchid

📋 copy color: '#D044FA'

red 208 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #D044FA

Tints of Medium Orchid #D044FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 39.54%
G = 12.93%
B = 47.53%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D044FA (or 0xD044FA) is known color: Medium Orchid. HEX triplet: D0, 44 and FA. RGB value is (208,68,250). Sum of RGB (Red+Green+Blue) = 208+68+250=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #D044FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044FA is #2FBB05. Grayscale: #828282. Windows color (decimal): -3128070 or 16401616. OLE color: 16401616.

HSL color Cylindrical-coordinate representation of color #D044FA: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D044FA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 68 250 -
CMYK 0.17 0.73 0 0.02
HSL 286.15º 0.95% 0.62% -
HSV(B) 286.15º 0.73% 0.98% -
XYZ 45.33 24.45 92.77 -
YUV 130.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 208 68 250 0.17 0.73 0 0.02 286.15 0.95 0.62
Hex D0 44 FA 11 49 0 2 11E 5F 3E
Octal 320 104 372 21 111 0 2 436 137 76
Binary 11010000 1000100 11111010 10001 1001001 0 10 100011110 1011111 111110

Color Harmonies of #D044FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044FA

Black with #D044FA

Text Example


Text Example

White with #D044FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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