Html Css Color HEX #D037FC Medium Orchid

📋 copy color: '#D037FC'

red 208 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #D037FC

Tints of Medium Orchid #D037FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 40.39%
G = 10.68%
B = 48.93%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D037FC (or 0xD037FC) is known color: Medium Orchid. HEX triplet: D0, 37 and FC. RGB value is (208,55,252). Sum of RGB (Red+Green+Blue) = 208+55+252=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #D037FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037FC is #2FC803. Grayscale: #7A7A7A. Windows color (decimal): -3131396 or 16529360. OLE color: 16529360.

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

Color convert

RGB 208 55 252 -
CMYK 0.17 0.78 0 0.01
HSL 286.6º 0.97% 0.6% -
HSV(B) 286.6º 0.78% 0.99% -
XYZ 44.95 23.17 94.2 -
YUV 123.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 208 55 252 0.17 0.78 0 0.01 286.6 0.97 0.6
Hex D0 37 FC 11 4E 0 1 11F 61 3C
Octal 320 67 374 21 116 0 1 437 141 74
Binary 11010000 110111 11111100 10001 1001110 0 1 100011111 1100001 111100

Color Harmonies of #D037FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037FC

Black with #D037FC

Text Example


Text Example

White with #D037FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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