Html Css Color HEX #D539FC Medium Orchid

📋 copy color: '#D539FC'

red 213 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #D539FC

Tints of Medium Orchid #D539FC

RGB

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

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

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

R = 40.8%
G = 10.92%
B = 48.28%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D539FC (or 0xD539FC) is known color: Medium Orchid. HEX triplet: D5, 39 and FC. RGB value is (213,57,252). Sum of RGB (Red+Green+Blue) = 213+57+252=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 57 (22.66% from 255 or 10.92% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #D539FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539FC is #2AC603. Grayscale: #7D7D7D. Windows color (decimal): -2803204 or 16529877. OLE color: 16529877.

HSL color Cylindrical-coordinate representation of color #D539FC: hue angle of 288º degrees, saturation: 0.97, 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 #D539FC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 57 252 -
CMYK 0.15 0.77 0 0.01
HSL 288º 0.97% 0.61% -
HSV(B) 288º 0.77% 0.99% -
XYZ 46.47 24.1 94.3 -
YUV 125.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 213 57 252 0.15 0.77 0 0.01 288 0.97 0.61
Hex D5 39 FC F 4D 0 1 120 61 3D
Octal 325 71 374 17 115 0 1 440 141 75
Binary 11010101 111001 11111100 1111 1001101 0 1 100100000 1100001 111101

Color Harmonies of #D539FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539FC

Black with #D539FC

Text Example


Text Example

White with #D539FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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