Html Css Color HEX #D538FB Medium Orchid

📋 copy color: '#D538FB'

red 213 ◦ green 56 ◦ blue 251

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

Shades of Medium Orchid #D538FB

Tints of Medium Orchid #D538FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.77%

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

R = 40.96%
G = 10.77%
B = 48.27%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D538FB (or 0xD538FB) is known color: Medium Orchid. HEX triplet: D5, 38 and FB. RGB value is (213,56,251). Sum of RGB (Red+Green+Blue) = 213+56+251=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 56 (22.27% from 255 or 10.77% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D538FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538FB is #2AC704. Grayscale: #7C7C7C. Windows color (decimal): -2803461 or 16464085. OLE color: 16464085.

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

Color convert

RGB 213 56 251 -
CMYK 0.15 0.78 0 0.02
HSL 288.31º 0.96% 0.6% -
HSV(B) 288.31º 0.78% 0.98% -
XYZ 46.27 23.94 93.45 -
YUV 125.17 199.01 190.64 -
System Red Green Blue C M Y K H S L
Decimal 213 56 251 0.15 0.78 0 0.02 288.31 0.96 0.6
Hex D5 38 FB F 4E 0 2 120 60 3C
Octal 325 70 373 17 116 0 2 440 140 74
Binary 11010101 111000 11111011 1111 1001110 0 10 100100000 1100000 111100

Color Harmonies of #D538FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538FB

Black with #D538FB

Text Example


Text Example

White with #D538FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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