Html Css Color HEX #D539FB Medium Orchid

📋 copy color: '#D539FB'

red 213 ◦ green 57 ◦ blue 251

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

Shades of Medium Orchid #D539FB

Tints of Medium Orchid #D539FB

RGB

 RED value IS 213 (83.59% from 255) = 40.88%

 GREEN value IS 57 (22.66% from 255) = 10.94%

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 40.88%
G = 10.94%
B = 48.18%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D539FB (or 0xD539FB) is known color: Medium Orchid. HEX triplet: D5, 39 and FB. RGB value is (213,57,251). Sum of RGB (Red+Green+Blue) = 213+57+251=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #D539FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539FB is #2AC604. Grayscale: #7D7D7D. Windows color (decimal): -2803205 or 16464341. OLE color: 16464341.

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

Color convert

RGB 213 57 251 -
CMYK 0.15 0.77 0 0.02
HSL 288.25º 0.96% 0.6% -
HSV(B) 288.25º 0.77% 0.98% -
XYZ 46.32 24.04 93.47 -
YUV 125.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 213 57 251 0.15 0.77 0 0.02 288.25 0.96 0.6
Hex D5 39 FB F 4D 0 2 120 60 3C
Octal 325 71 373 17 115 0 2 440 140 74
Binary 11010101 111001 11111011 1111 1001101 0 10 100100000 1100000 111100

Color Harmonies of #D539FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539FB

Black with #D539FB

Text Example


Text Example

White with #D539FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539FB; }

 p { color: rgb(213,57,251); }

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

background-color css

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

 a { background-color: rgb(213,57,251); }

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

border-color css

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

 span { border-color: rgb(213,57,251); }

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