Html Css Color HEX #D539FD Medium Orchid

📋 copy color: '#D539FD'

red 213 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #D539FD

Tints of Medium Orchid #D539FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 40.73%
G = 10.9%
B = 48.37%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D539FD (or 0xD539FD) is known color: Medium Orchid. HEX triplet: D5, 39 and FD. RGB value is (213,57,253). Sum of RGB (Red+Green+Blue) = 213+57+253=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 57 (22.66% from 255 or 10.90% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #D539FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539FD is #2AC602. Grayscale: #7D7D7D. Windows color (decimal): -2803203 or 16595413. OLE color: 16595413.

HSL color Cylindrical-coordinate representation of color #D539FD: hue angle of 287.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D539FD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 57 253 -
CMYK 0.16 0.77 0 0.01
HSL 287.76º 0.98% 0.61% -
HSV(B) 287.76º 0.77% 0.99% -
XYZ 46.63 24.16 95.13 -
YUV 125.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 213 57 253 0.16 0.77 0 0.01 287.76 0.98 0.61
Hex D5 39 FD 10 4D 0 1 120 62 3D
Octal 325 71 375 20 115 0 1 440 142 75
Binary 11010101 111001 11111101 10000 1001101 0 1 100100000 1100010 111101

Color Harmonies of #D539FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539FD

Black with #D539FD

Text Example


Text Example

White with #D539FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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