Html Css Color HEX #D037FE Medium Orchid

📋 copy color: '#D037FE'

red 208 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #D037FE

Tints of Medium Orchid #D037FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 40.23%
G = 10.64%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D037FE (or 0xD037FE) is known color: Medium Orchid. HEX triplet: D0, 37 and FE. RGB value is (208,55,254). Sum of RGB (Red+Green+Blue) = 208+55+254=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #D037FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037FE is #2FC801. Grayscale: #7A7A7A. Windows color (decimal): -3131394 or 16660432. OLE color: 16660432.

HSL color Cylindrical-coordinate representation of color #D037FE: hue angle of 286.13º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D037FE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 55 254 -
CMYK 0.18 0.78 0 0.00
HSL 286.13º 0.99% 0.61% -
HSV(B) 286.13º 0.78% 1% -
XYZ 45.27 23.3 95.88 -
YUV 123.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 208 55 254 0.18 0.78 0 0.00 286.13 0.99 0.61
Hex D0 37 FE 12 4E 0 0 11E 63 3D
Octal 320 67 376 22 116 0 0 436 143 75
Binary 11010000 110111 11111110 10010 1001110 0 0 100011110 1100011 111101

Color Harmonies of #D037FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037FE

Black with #D037FE

Text Example


Text Example

White with #D037FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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