Html Css Color HEX #D037FA Medium Orchid

📋 copy color: '#D037FA'

red 208 ◦ green 55 ◦ blue 250

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

Shades of Medium Orchid #D037FA

Tints of Medium Orchid #D037FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.72%

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

R = 40.55%
G = 10.72%
B = 48.73%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D037FA (or 0xD037FA) is known color: Medium Orchid. HEX triplet: D0, 37 and FA. RGB value is (208,55,250). Sum of RGB (Red+Green+Blue) = 208+55+250=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D037FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037FA is #2FC805. Grayscale: #7A7A7A. Windows color (decimal): -3131398 or 16398288. OLE color: 16398288.

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

Color convert

RGB 208 55 250 -
CMYK 0.17 0.78 0 0.02
HSL 287.08º 0.95% 0.6% -
HSV(B) 287.08º 0.78% 0.98% -
XYZ 44.63 23.04 92.54 -
YUV 122.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 208 55 250 0.17 0.78 0 0.02 287.08 0.95 0.6
Hex D0 37 FA 11 4E 0 2 11F 5F 3C
Octal 320 67 372 21 116 0 2 437 137 74
Binary 11010000 110111 11111010 10001 1001110 0 10 100011111 1011111 111100

Color Harmonies of #D037FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037FA

Black with #D037FA

Text Example


Text Example

White with #D037FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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